We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de30430 commit 80c8650Copy full SHA for 80c8650
.github/workflows/test.js.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: npm ci
29
- - run: npm test
+ - run: npm install
+ - run: npm run test
0 commit comments