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 6b1721c commit 39f9f56Copy full SHA for 39f9f56
.github/workflows/smoke-tests.yml
@@ -29,5 +29,5 @@ jobs:
29
with:
30
key: ${{ matrix.runner }}-node-${{ matrix.node }}-${{ hashFiles('package-lock.json') }}
31
path: ${{ steps.npm-cache-dir.outputs.dir }}
32
- - run: npm ci
+ - run: npm ci --loglevel verbose
33
- run: npm run test-smoke
0 commit comments