Adding woodpecker-cicd workflow file
Signed-off-by: Collin Duncan <github@collinduncan.com>
This commit is contained in:
parent
0e0fc68d7d
commit
3e0ba829d3
1 changed files with 6 additions and 0 deletions
6
.woodpecker/test.yaml
Normal file
6
.woodpecker/test.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: debian:stable-slim
|
||||||
|
commands:
|
||||||
|
- npm ci
|
||||||
|
- npm run test:unit
|
||||||
Loading…
Add table
Reference in a new issue