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 2d9d54c commit 30cd5a5Copy full SHA for 30cd5a5
.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@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5
+ uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # 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