Skip to content

Commit a525f3d

Browse files
committed
Fixes version of jest reporting action
1 parent df24804 commit a525f3d

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@v{ current version }
19+
uses: IgnusG/jest-report-action@v2
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)