Skip to content

Commit 4270f37

Browse files
committed
removes parrallel tests due to fale positive
1 parent 66eee6d commit 4270f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
-v "./tests:/app/tests" \
150150
-v "./pytest.ini:/app/pytest.ini" \
151151
-t ${{env.IMAGE}} \
152-
pytest tests/ --create-db --selenium -n auto -v --maxfail=5 --migrations --cov-report xml:./output/coverage.xml --record-mode none
152+
pytest tests/ --create-db --selenium -v --maxfail=5 --migrations --cov-report xml:./output/coverage.xml --record-mode none
153153
154154
- name: Upload coverage to Codecov
155155
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)