Implements woodpecker pipeline #19
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