We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea99d69 commit 76acc0bCopy full SHA for 76acc0b
.github/workflows/check.yml
@@ -34,7 +34,7 @@ jobs:
34
name: test-results
35
path: build/test-results/
36
- name: Publish Test Report
37
- uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
+ uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
38
if: always() # always run even if the previous step fails
39
with:
40
report_paths: '**/build/test-results/*/TEST-*.xml'
0 commit comments