Skip to content

Commit ee3bccc

Browse files
committed
chore: fixing tests
1 parent 263748b commit ee3bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run test
5454
- name: Report Coverage
5555
run: npm run codecov
56-
if: ${{ matrix.container }} == 'node:14'
56+
if: ${{ matrix.container == 'node:14' }}
5757
browser-tests:
5858
runs-on: ubuntu-latest
5959
container:

0 commit comments

Comments
 (0)