Skip to content

Commit 0f36dc1

Browse files
Update mikepenz/action-junit-report digest to 74626db
1 parent ecbe854 commit 0f36dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Publish Test Report
3131
if: ${{ always() }}
32-
uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc
32+
uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8
3333
with:
3434
check_name: Test Report - ${{ matrix.cmd }}
3535
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)