autobaan/.woodpecker/test.yaml
Collin Duncan 3e0ba829d3
Some checks failed
Push to main / test (push) Waiting to run
Push to main / build-image (push) Blocked by required conditions
ci/woodpecker/push/test Pipeline failed
Adding woodpecker-cicd workflow file
Signed-off-by: Collin Duncan <github@collinduncan.com>
2025-02-02 11:25:02 +01:00

6 lines
103 B
YAML

steps:
- name: test
image: debian:stable-slim
commands:
- npm ci
- npm run test:unit