doipjs/.woodpecker/.test.yml

7 lines
123 B
YAML
Raw Normal View History

2023-03-28 12:24:57 +02:00
pipeline:
test:
image: node
commands:
- yarn --pure-lockfile
- yarn run prepare
- yarn run test