We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66eee6d commit 4270f37Copy full SHA for 4270f37
.github/workflows/test.yml
@@ -149,7 +149,7 @@ jobs:
149
-v "./tests:/app/tests" \
150
-v "./pytest.ini:/app/pytest.ini" \
151
-t ${{env.IMAGE}} \
152
- pytest tests/ --create-db --selenium -n auto -v --maxfail=5 --migrations --cov-report xml:./output/coverage.xml --record-mode none
+ pytest tests/ --create-db --selenium -v --maxfail=5 --migrations --cov-report xml:./output/coverage.xml --record-mode none
153
154
- name: Upload coverage to Codecov
155
uses: codecov/codecov-action@v4
0 commit comments