doipjs/.woodpecker/.test.yml

7 lines
120 B
YAML
Raw Normal View History

2023-09-14 10:20:09 -06:00
steps:
2023-03-28 04:24:57 -06:00
test:
image: node
commands:
- yarn --pure-lockfile
- yarn run prepare
- yarn run test