doipjs/.woodpecker/.test.yml

7 lines
120 B
YAML

steps:
test:
image: node
commands:
- yarn --pure-lockfile
- yarn run prepare
- yarn run test