Skip to content

Commit

Permalink
fixed argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Sep 15, 2024
1 parent 0301165 commit cffcfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0
with:
emoji: false
custom-arguments: --junit-xml pytest.xml --coverage-report xml
custom-arguments: --junit-xml pytest.xml --cov-report xml

- name: Create Test Report
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit cffcfb3

Please sign in to comment.