Skip to content

Commit 10ec972

Browse files
committed
fix: use npm install instead of npm ci for Playwright setup
npm ci requires package-lock.json which doesn't exist in root directory
1 parent 3352acc commit 10ec972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Install Playwright
129129
run: |
130-
npm ci
130+
npm install
131131
npx playwright install --with-deps chromium
132132
133133
- name: Run Playwright Tests

0 commit comments

Comments
 (0)