Skip to content

Commit

Permalink
ci(workflow): Stop publishing nonexistent report
Browse files Browse the repository at this point in the history
There was never anything generating a report at a path matching
reports/junit/*.xml, so instructing
EnricoMi/publish-unit-test-result-action to search for one there only
served to slow it down.
  • Loading branch information
Kurt-von-Laven committed Feb 27, 2023
1 parent 7f12022 commit 30f485d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
uses: EnricoMi/[email protected]
if: always()
with:
junit_files: |
reports/jest/junit.xml
reports/junit/*.xml
junit_files: reports/jest/junit.xml
comment_mode: off
save-cache:
name: Save Cache
Expand Down

0 comments on commit 30f485d

Please sign in to comment.