2021-03-13 10:15:52 +07:00
|
|
|
kind: pipeline
|
2021-03-17 14:40:44 +07:00
|
|
|
type: exec
|
2021-03-13 10:15:52 +07:00
|
|
|
name: ci
|
|
|
|
|
2021-03-17 14:41:18 +07:00
|
|
|
platform:
|
|
|
|
os: darwin
|
|
|
|
arch: amd64
|
2021-03-17 14:41:43 +07:00
|
|
|
|
2021-03-13 10:15:52 +07:00
|
|
|
steps:
|
|
|
|
- name: test
|
2021-03-13 11:29:26 +07:00
|
|
|
commands:
|
|
|
|
- yarn
|
|
|
|
- yarn migrate
|
|
|
|
- yarn test
|