Skip to content

Commit 65293e6

Browse files
committed
fix(ci): fix missing commands
1 parent b849aaa commit 65293e6

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
@@ -32,6 +32,6 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-node-${{ matrix.node }}
3434
- run: npm ci
35-
- run: run lint
36-
- run: test:coverage
35+
- run: npm run lint
36+
- run: npm run test:coverage
3737

0 commit comments

Comments
 (0)