Skip to content

Commit

Permalink
Update .github workflow pytest processes
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejbrown committed Aug 21, 2024
1 parent 455e6ac commit 92a015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
chmod 700 ~/.ssh
chmod 600 ~/.ssh/buildrunner-deploy-*
- name: Test with pytest
run: pytest -n 20 -v --junitxml=test-reports/test-results.xml
run: pytest --numprocesses=auto -v --junitxml=test-reports/test-results.xml
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action/composite@v1
# exclude this step for 3.6, since it fails due to a breaking change to EnricoMi/publish-unit-test-result-action
Expand Down

0 comments on commit 92a015a

Please sign in to comment.