Skip to content

Commit 8bbb2dc

Browse files
authored
fix: Updates e2e.yml once again to try to get npm install to run. (#71)
1 parent 2c924a0 commit 8bbb2dc

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-e2e
5353
restore-keys: |
5454
${{ runner.os }}-node-e2e
55-
- run: |
56-
npm install
57-
npm ci --quiet --no-fund --no-audit # Comment out flags to see logs.
55+
- run: npm install
56+
- run: npm ci --quiet --no-fund --no-audit # Comment out flags to see logs.
5857
env:
5958
# https://playwright.dev/docs/installation/#skip-browser-downloads
6059
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

package-lock.json

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)