11 lines
134 B
YAML
11 lines
134 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: ci
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
- image: node
|
||
|
- command:
|
||
|
- yarn
|
||
|
- yarn migrate
|
||
|
- yarn test
|