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 df24804 commit a525f3dCopy full SHA for a525f3d
.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@v{ current version }
+ uses: IgnusG/jest-report-action@v2
20
if: always() # Or use "continue-on-error: true" in previous test step
21
with:
22
access-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments