Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Mar 7, 2025
1 parent bab2444 commit 44dad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
-v "./tests:/app/tests" \
-v "./pytest.ini:/app/pytest.ini" \
-t ${{env.IMAGE}} \
pytest tests/ -n auto -v --maxfail=5 --migrations --cov-report xml:./output/coverage.xml
pytest tests/ -n auto -v --maxfail=5 --migrations --cov-report xml:./output/coverage.xml -m "not selenium"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 44dad49

Please sign in to comment.