doipjs/.woodpecker/.test.yml

9 lines
156 B
YAML
Raw Normal View History

2022-02-25 12:49:19 -07:00
pipeline:
test:
image: node
commands:
- yarn
- yarn run prepare
- yarn run test
when:
event: [push, pull_request, tag]