test woodpecker pipeline
Some checks failed
ci/woodpecker/push/test Pipeline was successful
continuous-integration/drone/push Build is failing

This commit is contained in:
OCram85 2022-08-11 11:29:55 +02:00
parent cfc8bac8f0
commit d081d4ec82

7
.woodpecker/.test.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: node:lts-buster-slim
commands:
- npm install
- npm run test
- npm run build