We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce625a4 commit ed4ec7dCopy full SHA for ed4ec7d
.github/workflows/ci.yml
@@ -24,5 +24,5 @@ jobs:
24
path: node_modules
25
key: ${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
26
- if: steps.cache.outputs.cache-hit != 'true'
27
- run: yarn ci
28
- - run: yarn test
+ run: npm ci
+ - run: npm test
0 commit comments