Skip to content

Commit

Permalink
check for regrassion: skip integration tests if preparation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchofstring committed Nov 10, 2024
1 parent d08937b commit ec167af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Prepare for testing
id: prepare
run: |
cd worker/source/
cd worker/sourceeee/
- name: Run unit tests
run: |
pytest -vv --durations=0 -s -m unit
Expand Down

0 comments on commit ec167af

Please sign in to comment.