Skip to content

Commit

Permalink
Fix pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Aug 23, 2024
1 parent 0966df0 commit 2236057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Run tests
run: |
pipenv run flake8 --ignore=W391 ./nats/js/
pipenv run pytest -x -vv -s --continue-on-collection-error
pipenv run pytest -x -vv -s --continue-on-collection-errors
env:
PATH: $HOME/nats-server:$PATH

0 comments on commit 2236057

Please # to comment.