Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 3f8e6bc

Browse files
committed
ci: only upload coverage to codecov once
1 parent e318b65 commit 3f8e6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- run: npm install
2323
- run: npm run lint
24-
- run: npm run build
2524
- run: npm run coverage
2625
- uses: codecov/codecov-action@v1
26+
if: matrix.node-version == 12
2727
with:
2828
file: ./coverage/lcov.info
2929
test-browser:

0 commit comments

Comments
 (0)