test woodpecker pipeline
This commit is contained in:
parent
cfc8bac8f0
commit
d081d4ec82
7
.woodpecker/.test.yml
Normal file
7
.woodpecker/.test.yml
Normal file
@ -0,0 +1,7 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: node:lts-buster-slim
|
||||
commands:
|
||||
- npm install
|
||||
- npm run test
|
||||
- npm run build
|
Loading…
Reference in New Issue
Block a user