Adding woodpecker-ci
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

This commit is contained in:
Collin Duncan 2025-04-22 10:24:53 +02:00
parent 01a6013093
commit 472f2c5d42
No known key found for this signature in database

10
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,10 @@
when:
- branch: main
event: push
steps:
- name: test
image: docker.io/node:hydrogen-slim
commands:
- npm ci
- npm run test:unit