Skip to content

Commit 545e52d

Browse files
committed
remove pr push
1 parent feeb390 commit 545e52d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci-validation.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ jobs:
3333
name: JEST Tests # Name of the check run which will be created
3434
path: ${{ env.broadcastjsWorkingDirectory }}/*-junit.xml # Path to test results
3535
reporter: jest-junit # Format of test results
36-
- name: Upload coverage
37-
uses: neofinancial/[email protected]
38-
if: ${{ (success() || failure()) && (github.event_name == 'pull_request') }}
39-
with:
40-
coverageData: ${{ env.broadcastjsWorkingDirectory }}/coverage/lcov.info
41-
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
4337
- name: Create destination folder
4438
run: mkdir -p ${{env.artifactlocation}}
4539
- name: Copy file outputjs into staging directory

0 commit comments

Comments
 (0)