Skip to content

Commit 021b093

Browse files
committed
ci: fix Husky fails to install
1 parent ae0fbe1 commit 021b093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- env:
2222
HUSKY: 0
2323
run: npm install
24-
run: npm test
24+
- run: npm test

0 commit comments

Comments
 (0)