Adding woodpecker-cicd workflow file
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

Signed-off-by: Collin Duncan <github@collinduncan.com>
This commit is contained in:
Collin Duncan 2025-02-02 11:03:32 +01:00
parent 0e0fc68d7d
commit 3e0ba829d3
No known key found for this signature in database

6
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,6 @@
steps:
- name: test
image: debian:stable-slim
commands:
- npm ci
- npm run test:unit