Skip to content

Commit

Permalink
Merge pull request #855 from geigi/fix/ci-tests
Browse files Browse the repository at this point in the history
Fix pytest ci integration
  • Loading branch information
geigi authored Feb 3, 2024
2 parents 1dfba0b + d628e27 commit 6fe14af
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 6fe14af

Please sign in to comment.