Skip to content

Bump sentry-sdk from 1.32.0 to 2.8.0 in the pip group #8

Bump sentry-sdk from 1.32.0 to 2.8.0 in the pip group

Bump sentry-sdk from 1.32.0 to 2.8.0 in the pip group #8

Workflow file for this run

name: Run Tests on PR
on:
pull_request:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Poetry
run: pip install poetry
- name: Install Dependencies
run: poetry install
- name: Run Tests
run: poetry run pytest