We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507813d commit 97cc3b7Copy full SHA for 97cc3b7
1 file changed
.github/workflows/nodejs-ci.yml
@@ -18,5 +18,7 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v2
21
+ - env:
22
+ HUSKY: 0
23
- run: npm install
24
- run: npm test
0 commit comments