Skip to content

Commit dbbc7d4

Browse files
committed
Fix ci script
1 parent ce4542f commit dbbc7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci
2929
- run: npm run build:full
30-
- run: npm test:all
30+
- run: npm run test:all

0 commit comments

Comments
 (0)