Skip to content

Commit 39f9f56

Browse files
committed
Add verbose npm ci logs
1 parent 6b1721c commit 39f9f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
with:
3030
key: ${{ matrix.runner }}-node-${{ matrix.node }}-${{ hashFiles('package-lock.json') }}
3131
path: ${{ steps.npm-cache-dir.outputs.dir }}
32-
- run: npm ci
32+
- run: npm ci --loglevel verbose
3333
- run: npm run test-smoke

0 commit comments

Comments
 (0)