fix: woodpecker install chromium

This commit is contained in:
ISA
2025-08-29 10:22:53 +02:00
parent 3e998d6644
commit 7a4e6d92c2
6 changed files with 12 additions and 7 deletions

View File

@@ -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