doipjs/.woodpecker/.test.yml
2023-03-28 12:24:57 +02:00

7 lines
No EOL
123 B
YAML

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