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 0ff0be9 commit 10a12ccCopy full SHA for 10a12cc
.github/workflows/node.js.yml
@@ -27,6 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm install
30
+ - run: npm test
31
#- run: npm ci
32
#- run: npm run build --if-present
33
#- run: npm test
0 commit comments