Skip to content

Commit 57adb29

Browse files
committed
fix: sequential run of tests
1 parent c9c8c94 commit 57adb29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: always()
5050
run: |
5151
source .venv/bin/activate
52-
pytest --junit-xml=./reports/pytest.xml --tb=auto -v
52+
pytest --junit-xml=./reports/pytest.xml --tb=auto -v -n 0
5353
5454
- name: Upload test results
5555
uses: actions/upload-artifact@v4

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: always()
5050
run: |
5151
source .venv/bin/activate
52-
pytest --junit-xml=./reports/pytest.xml --tb=auto -v
52+
pytest --junit-xml=./reports/pytest.xml --tb=auto -v -n 0
5353
5454
- name: Upload test results
5555
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)