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