Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Nov 8, 2023
1 parent b14d9af commit cd32f60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
pip install --upgrade setuptools wheel
pip install pytest validators
- name: Run tests
run: pytest -vv
run: |
pytest -vv
if [ $? -ne 0 ]; then
exit 1
fi

0 comments on commit cd32f60

Please sign in to comment.