Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bendikrb/nrk-psapi
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikrb committed Sep 11, 2024
2 parents 2d38980 + e6168b3 commit 752cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 🏗 Install dependencies
run: poetry install --no-interaction
- name: Run tests
run: pytest --cov
run: poetry run pytest --cov
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 752cc59

Please sign in to comment.