autobaan/.woodpecker/test.yaml
collin c41e9bb477
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
Adding PUPPETEER_SKIP_DOWNLOAD to cicd
2026-06-19 11:08:01 +02:00

14 lines
247 B
YAML

when:
- event: pull_request
- event: push
branch: main
- event: manual
steps:
- name: test
image: docker.io/node:hydrogen
environment:
PUPPETEER_SKIP_DOWNLOAD: true
commands:
- npm ci
- npm run test:unit