Skip to content

Commit

Permalink
fix pytest ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Feb 3, 2024
1 parent 1dfba0b commit d628e27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "master"
pull_request:

jobs:
Expand All @@ -14,5 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v4
run: |
pytest

- name: Run pytest
run: pytest

0 comments on commit d628e27

Please sign in to comment.