We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a4015 commit 7de34d7Copy full SHA for 7de34d7
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Publish Test Report
31
if: ${{ always() }}
32
- uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc
+ uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
33
with:
34
check_name: Test Report - ${{ matrix.cmd }}
35
report_paths: '**/build/test-results/test/TEST-*.xml'
0 commit comments