Skip to content

Commit feeb390

Browse files
committed
try fix 2
1 parent 6d3313a commit feeb390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: ${{ env.broadcastjsWorkingDirectory }}/*-junit.xml # Path to test results
3535
reporter: jest-junit # Format of test results
3636
- name: Upload coverage
37-
uses: neofinancial/coverage-upload-action
37+
uses: neofinancial/coverage-upload-action@v1.0.2
3838
if: ${{ (success() || failure()) && (github.event_name == 'pull_request') }}
3939
with:
4040
coverageData: ${{ env.broadcastjsWorkingDirectory }}/coverage/lcov.info

0 commit comments

Comments
 (0)