Fixed the drone ci
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Sambo Chea 2021-03-13 11:29:26 +07:00
parent 0f3746f189
commit 98c06ebf54

View File

@ -4,8 +4,8 @@ name: ci
steps:
- name: test
- image: node
- command:
- yarn
- yarn migrate
- yarn test
image: node
commands:
- yarn
- yarn migrate
- yarn test