Compare commits

...

2 Commits

Author SHA1 Message Date
Simon L. 773dd5a7b1 playwright: omit optional dependency during npm ci (#8314) 2026-06-12 15:43:26 +02:00
Simon L. df3fa34a79 playwright: omit optional dependency during npm ci
Signed-off-by: Simon L. <szaimen@e.mail.de>
2026-06-12 15:37:56 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
node-version: 24.15.0 node-version: 24.15.0
- name: Install dependencies - name: Install dependencies
run: cd php/tests && npm ci run: cd php/tests && npm ci --omit=optional
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: cd php/tests && npx playwright install --with-deps chromium run: cd php/tests && npx playwright install --with-deps chromium
@@ -20,7 +20,7 @@ jobs:
node-version: 24.15.0 node-version: 24.15.0
- name: Install dependencies - name: Install dependencies
run: cd php/tests && npm ci run: cd php/tests && npm ci --omit=optional
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: cd php/tests && npx playwright install --with-deps chromium run: cd php/tests && npx playwright install --with-deps chromium