doipjs/.woodpecker/.test.yml

7 lines
120 B
YAML
Raw Permalink Normal View History

2023-09-14 18:20:09 +02:00
steps:
2023-03-28 12:24:57 +02:00
test:
image: node
commands:
- yarn --pure-lockfile
- yarn run prepare
- yarn run test