Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Bump sentry-sdk from 2.8.0 to 2.14.0 #534

Bump sentry-sdk from 2.8.0 to 2.14.0

Bump sentry-sdk from 2.8.0 to 2.14.0 #534

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Test
run: |
make test