Files
CPLv4.0/.woodpecker.yml
2025-08-29 10:15:42 +02:00

17 lines
362 B
YAML

steps:
- name: install-dependencies
image: node:22
commands:
- npm install --prefer-offline --no-audit
- name: install-chromium-only
image: node:22
commands:
- npx playwright install chromium
- npx playwright install-deps
- name: run-tests
image: node:22
commands:
- npx playwright test --project=chromium