From 3b246e0bac2cd04cbd93f9a79e03fc10308d3534 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Wed, 9 Jun 2021 13:43:09 -0400 Subject: [PATCH] chore: only report coverage on 14 (#93) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d261f2a7..a3366118 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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