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 c17bb7b commit 8a46a49Copy full SHA for 8a46a49
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
comment-on: none
38
- name: Publish unit test report
39
- uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
+ uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
40
if: success() || failure()
41
42
report_paths: 'test-report.xml'
@@ -57,7 +57,7 @@ jobs:
57
replace: ''
58
regex: false
59
- name: Publish Storybook test report
60
61
62
63
report_paths: 'apps/storybook/test-report.xml'
0 commit comments