autobaan/.woodpecker/test.yaml
collin 26d52399c0
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
Switching to node 18 slim image in cicd
2026-06-19 11:17:45 +02:00

14 lines
252 B
YAML

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