doipjs/.woodpecker/.test.yml
2023-09-14 18:20:09 +02:00

7 lines
No EOL
120 B
YAML

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