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