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