We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263748b commit ee3bcccCopy full SHA for ee3bccc
.github/workflows/unit-test.yml
@@ -53,7 +53,7 @@ jobs:
53
run: npm run test
54
- name: Report Coverage
55
run: npm run codecov
56
- if: ${{ matrix.container }} == 'node:14'
+ if: ${{ matrix.container == 'node:14' }}
57
browser-tests:
58
runs-on: ubuntu-latest
59
container:
0 commit comments