Skip to content

Commit e4cd0b2

Browse files
committed
fix(ci): fix paths in ci
1 parent cee4cea commit e4cd0b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
3232
restore-keys: |
3333
${{ runner.os }}-node-${{ matrix.node }}
34-
- run: cd package && npm ci
35-
- run: cd package && npm run lint
36-
- run: cd package && npm run test:coverage
34+
- run: npm ci
35+
- run: run lint
36+
- run: test:coverage
3737

0 commit comments

Comments
 (0)