forked from Mirrors/doipjs
7 lines
123 B
YAML
7 lines
123 B
YAML
|
pipeline:
|
||
|
test:
|
||
|
image: node
|
||
|
commands:
|
||
|
- yarn --pure-lockfile
|
||
|
- yarn run prepare
|
||
|
- yarn run test
|