We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196f744 commit 9bf6a1dCopy full SHA for 9bf6a1d
.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@c883ae9738bbf7dad990ea2049a5e5618c9984e4
45
id: test-report
46
if: ${{ github.actor != 'dependabot[bot]' }}
47
with:
0 commit comments