Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit ee99374

Browse files
committed
run codecov and this only on node 14.x
1 parent acf7988 commit ee99374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- run: yarn integration
3434

3535
- name: Upload code coverage
36-
if: ${{ matrix.node-version == '12.x' }}
36+
if: ${{ matrix.node-version == '14.x' }}
3737
env:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3939
run: npx codecov
4040

4141
- name: Upload handler sizes to S3
42-
if: ${{ github.ref == 'refs/heads/master' }}
42+
if: ${{ github.ref == 'refs/heads/master' && matrix.node-version == '14.x' }}
4343
env:
4444
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_AT }}
4545
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ST }}

0 commit comments

Comments
 (0)