Skip to content

Commit

Permalink
add continuation on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Apr 13, 2024
1 parent cfca062 commit 9f20994
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly_dependency_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ jobs:
python -m pip install pybtex
- name: Run unit tests
if: ${{ ! cancelled() }}
run: |
python -m pytest --unit
- name: Run integtration tests
- name: Run integration tests
if: ${{ ! cancelled() }}
run: |
python -m pytest --integration
- name: Run examples tests
if: ${{ ! cancelled() }}
run: |
python -m pytest --nbmake --examples

0 comments on commit 9f20994

Please sign in to comment.