Skip to content

Commit

Permalink
fix test file
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Sep 3, 2022
1 parent f99103d commit d0cce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
# the secret will not be present on any PRs from forks, so this stops
# the job from exploding
- COVERALLS_REPO_TOKEN: '${{ secrets.COVERALLS_REPO_TOKEN }}'
COVERALLS_REPO_TOKEN: '${{ secrets.COVERALLS_REPO_TOKEN }}'
run: |
poetry run make setup
poetry run pytest --workers=auto
Expand Down

0 comments on commit d0cce66

Please sign in to comment.