Skip to content

Commit 3c5531e

Browse files
author
Saqib
committed
Remove xdist parallelism from pytest run in CI
1 parent 205eca1 commit 3c5531e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-report_multiple_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
export TEST_EMAIL="$TEST_EMAIL_2"
8585
export TEST_PASSWORD="$TEST_PASSWORD_2"
8686
fi
87-
pytest -n 2 "${{ matrix.test_file }}" -v --json-report
87+
pytest "${{ matrix.test_file }}" -v --json-report
8888
8989
- name: List screenshots
9090
if: always()

0 commit comments

Comments
 (0)