We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156a674 commit 34831a0Copy full SHA for 34831a0
.github/workflows/unit-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
run: npm run test -- --reporters=default --reporters=jest-junit
42
43
- name: Test Report
44
- uses: dorny/test-reporter@e9fa2f582c0ebbe2e263fd18fad744d52e0b0203
+ uses: dorny/test-reporter@41662db5cae40449eff81c63a9a8d0a8c34694bf
45
id: test-report
46
if: ${{ github.actor != 'dependabot[bot]' }}
47
with:
0 commit comments