autobaan/.woodpecker/test.yaml

15 lines
252 B
YAML
Raw Normal View History

when:
- event: pull_request
- event: push
branch: main
- event: manual
steps:
- name: test
image: docker.io/node:hydrogen-slim
2026-06-19 11:08:01 +02:00
environment:
PUPPETEER_SKIP_DOWNLOAD: true
commands:
- npm ci
- npm run test:unit