We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cf0c2 commit a484f09Copy full SHA for a484f09
1 file changed
.github/actions/test-package/action.yml
@@ -25,7 +25,7 @@ runs:
25
npm run test
26
- name: Publish test reports
27
if: ${{ !cancelled() }}
28
- uses: EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf # v2
+ uses: EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2
29
with:
30
files: "./packages/${{ inputs.package_name }}/test-results/**/*"
31
check_name: "Test report for ${{ inputs.package_name }}"
0 commit comments