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 8605f49 commit 869de45Copy full SHA for 869de45
.github/workflows/e2e.yml
@@ -52,7 +52,9 @@ jobs:
52
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-e2e
53
restore-keys: |
54
${{ runner.os }}-node-e2e
55
- - run: npm ci
+ - run: |
56
+ npm install
57
+ npm ci --quiet --no-fund --no-audit # Comment out flags to see logs.
58
env:
59
# https://playwright.dev/docs/installation/#skip-browser-downloads
60
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
0 commit comments