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 a525f3d commit 3c9df11Copy full SHA for 3c9df11
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Run tests
17
run: npm run test:ci
18
- name: Reports the results of tests
19
- uses: IgnusG/jest-report-action@v2
+ uses: IgnusG/jest-report-action@v2.3.3
20
if: always() # Or use "continue-on-error: true" in previous test step
21
with:
22
access-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments