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