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

Commit

Permalink
chore: only report coverage on 14 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jun 9, 2021
1 parent 6397bc8 commit 3b246e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Report Coverage
run: npm run codecov
if: ${{ matrix.container }} == 'node:14'
if: ${{ matrix.container == 'node:14' }}

browser-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b246e0

Please sign in to comment.