mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
7 lines
No EOL
123 B
YAML
7 lines
No EOL
123 B
YAML
pipeline:
|
|
test:
|
|
image: node
|
|
commands:
|
|
- yarn --pure-lockfile
|
|
- yarn run prepare
|
|
- yarn run test |