Skip to content

Commit b468ec9

Browse files
committed
oops
1 parent 638e914 commit b468ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
run: npm run test -- -c node -s ${{ matrix.suite }}
5656
if: matrix.node-version != '18.x'
5757
- name: Run ${{ matrix.suite }} tests with coverage
58-
run: test:coverage
58+
run: npm run test:coverage
5959
if: matrix.node-version == '18.x' && matrix.suite == 'unit'
6060
- name: Run ${{ matrix.suite }} tests with coverage
61-
run: test:visual:coverage
61+
run: npm run test:visual:coverage
6262
if: matrix.node-version == '18.x' && matrix.suite == 'visual'
6363
jest:
6464
name: Jest tests

0 commit comments

Comments
 (0)