autobaan/.woodpecker/test.yaml
collin aea4376642
Some checks are pending
ci/woodpecker/push/deploy Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
Adding back push event type to test workflow
2026-03-24 17:01:51 +01:00

12 lines
190 B
YAML

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