mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2024-12-22 16:16:29 +00:00
6 lines
82 B
YAML
6 lines
82 B
YAML
|
pipeline:
|
||
|
test:
|
||
|
image: node
|
||
|
commands:
|
||
|
- npm i
|
||
|
- npm run test
|