Add flutter tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-03-17 12:53:11 +07:00
parent 3789baa35c
commit 177f4e55c6

View File

@ -16,8 +16,5 @@ steps:
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: test - name: test
image: node
commands: commands:
- yarn - flutter --version
- yarn migrate
- yarn test