Skip to content

Commit

Permalink
fix report paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous Person committed Sep 4, 2024
1 parent 6fc5185 commit 8274252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: always() # always run even if the previous step fails
with:
report_paths: **/dist/junit-*.xml
report_paths: '**/dist/junit-*.xml'

- name: Publish Test and Coverage Report of ONE test case as PR comment
uses: xportation/junit-coverage-report@main
Expand Down

0 comments on commit 8274252

Please sign in to comment.