doipjs/.woodpecker/.test.yml
2022-02-25 20:49:19 +01:00

9 lines
No EOL
156 B
YAML

pipeline:
test:
image: node
commands:
- yarn
- yarn run prepare
- yarn run test
when:
event: [push, pull_request, tag]