Add test and yarn
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-03-17 14:35:33 +07:00
parent c74a83cc0a
commit 819b5c283a

View File

@ -16,11 +16,7 @@ steps:
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
steps: steps:
- name: fastlane - name: build-and-test
commands: commands:
- fastlane --version - yarn
- fastlane update_fastlane - yarn test
- name: flutter
commands:
- flutter --version