Skip to content

Commit

Permalink
force serial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Aug 14, 2024
1 parent 3c628db commit 887a888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test with pytest
run: |
curl -o $ODA_ONTOLOGY_PATH https://raw.githubusercontent.com/oda-hub/ontology/ecdf2a61f87aac13ae7a96c0f3dad960312adae4/ontology.ttl
python -m coverage run --source=dispatcher_plugin_nb2workflow -m pytest tests -m "not fullstack" -sv --full-trace --log-cli-level=DEBUG
python -m coverage run --source=dispatcher_plugin_nb2workflow -m pytest tests -m "not fullstack" -sv -n0 --full-trace --log-cli-level=DEBUG
- name: Test full stack
run: |
python -m coverage run --source=dispatcher_plugin_nb2workflow -m pytest tests -m "fullstack" -sv --full-trace --log-cli-level=DEBUG
python -m coverage run --source=dispatcher_plugin_nb2workflow -m pytest tests -m "fullstack" -sv -n0 --full-trace --log-cli-level=DEBUG

0 comments on commit 887a888

Please sign in to comment.