fix: woodpecker install chromium
This commit is contained in:
@@ -4,10 +4,10 @@ steps:
|
||||
commands:
|
||||
- npm install --prefer-offline --no-audit
|
||||
|
||||
- name: install-chromium-only
|
||||
- name: install-playwright
|
||||
image: node:22
|
||||
commands:
|
||||
- npx playwright install chromium
|
||||
- npx playwright install # wichtig: vollständige Installation
|
||||
- npx playwright install-deps
|
||||
|
||||
- name: run-tests
|
||||
|
||||
Reference in New Issue
Block a user