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 241b036 commit 81a329eCopy full SHA for 81a329e
.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@v2
+ uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2
31
with:
32
files: "./packages/${{ inputs.package_name }}/test-results/**/*"
33
check_name: "Test report for ${{ inputs.package_name }}"
0 commit comments