Skip to content

Commit

Permalink
Try to run tests with single worker
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-grodek-dsai committed Nov 3, 2023
1 parent 418d1a0 commit 8e94d6e
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 @@ -63,7 +63,7 @@ jobs:
run: pip install -r requirements-dev.txt

- name: Run Tests
run: pytest -v -p no:warnings --junitxml=report.xml tests/
run: pytest -v -p no:warnings --junitxml=report.xml tests/ --workers 1

- name: Publish Test Report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8e94d6e

Please sign in to comment.