autobaan/.woodpecker/test.yaml
collin b4ef4c8ca6
Some checks failed
ci/woodpecker/manual/test Pipeline failed
ci/woodpecker/manual/deploy unknown status
Improving CICD to not deploy on pull_request events 😄
2026-03-24 16:56:21 +01:00

11 lines
174 B
YAML

when:
- event: pull_request
- event: manual
steps:
- name: test
image: docker.io/node:hydrogen
volumes:
commands:
- npm ci
- npm run test:unit