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