autobaan/.woodpecker/test.yaml
Collin Duncan 472f2c5d42
Some checks are pending
Push to main / test (push) Waiting to run
Push to main / build-image (push) Blocked by required conditions
ci/woodpecker/push/test Pipeline was successful
Adding woodpecker-ci
2025-04-22 10:24:53 +02:00

10 lines
157 B
YAML

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