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

Commit 3b246e0

Browse files
authored
chore: only report coverage on 14 (#93)
1 parent 6397bc8 commit 3b246e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Report Coverage
3131
run: npm run codecov
32-
if: ${{ matrix.container }} == 'node:14'
32+
if: ${{ matrix.container == 'node:14' }}
3333

3434
browser-tests:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)