autobaan/.woodpecker/test.yaml
Collin Duncan 430f73d63b
Some checks failed
ci/woodpecker/push/test Pipeline failed
Testing correct ref and removing old ssh check
2025-04-28 16:30:08 +02:00

13 lines
215 B
YAML

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