We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c8c94 commit 57adb29Copy full SHA for 57adb29
.github/workflows/dev.yml
@@ -49,7 +49,7 @@ jobs:
49
if: always()
50
run: |
51
source .venv/bin/activate
52
- pytest --junit-xml=./reports/pytest.xml --tb=auto -v
+ pytest --junit-xml=./reports/pytest.xml --tb=auto -v -n 0
53
54
- name: Upload test results
55
uses: actions/upload-artifact@v4
.github/workflows/main.yml
0 commit comments