mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
9 lines
No EOL
156 B
YAML
9 lines
No EOL
156 B
YAML
pipeline:
|
|
test:
|
|
image: node
|
|
commands:
|
|
- yarn
|
|
- yarn run prepare
|
|
- yarn run test
|
|
when:
|
|
event: [push, pull_request, tag] |