Adding woodpecker-ci
This commit is contained in:
parent
01a6013093
commit
472f2c5d42
1 changed files with 10 additions and 0 deletions
10
.woodpecker/test.yaml
Normal file
10
.woodpecker/test.yaml
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue