doipjs/.woodpecker/.test.yml

7 lines
123 B
YAML
Raw Normal View History

2023-03-28 04:24:57 -06:00
pipeline:
test:
image: node
commands:
- yarn --pure-lockfile
- yarn run prepare
- yarn run test