We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c672dd5 commit c783226Copy full SHA for c783226
2 files changed
.github/workflows/reusable-lib-workflow.yaml
@@ -184,7 +184,7 @@ jobs:
184
fi
185
done
186
- name: Test Report
187
- uses: mikepenz/action-junit-report
+ uses: mikepenz/action-junit-report@v6
188
if: success() || failure()
189
with:
190
check_name: ${{ inputs.lib }} Test Results
.github/workflows/reusable-ui-workflow.yaml
@@ -127,7 +127,7 @@ jobs:
127
128
129
130
131
132
133
0 commit comments