Skip to content

Commit 3c9df11

Browse files
committed
Fixes jest-report-action version
1 parent a525f3d commit 3c9df11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Run tests
1717
run: npm run test:ci
1818
- name: Reports the results of tests
19-
uses: IgnusG/jest-report-action@v2
19+
uses: IgnusG/jest-report-action@v2.3.3
2020
if: always() # Or use "continue-on-error: true" in previous test step
2121
with:
2222
access-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)