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 a3c938d commit 75ad8e2Copy full SHA for 75ad8e2
.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@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6
+ uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6
38
if: always() # always run even if the previous step fails
39
with:
40
report_paths: '**/build/test-results/*/TEST-*.xml'
0 commit comments