From 819b5c283a0bbf007b0b9d36e17ce11b6d0037f1 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 17 Mar 2021 14:35:33 +0700 Subject: [PATCH] Add test and yarn --- .drone.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1429825..1dbea74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,11 +16,7 @@ steps: - git checkout $DRONE_COMMIT steps: - - name: fastlane + - name: build-and-test commands: - - fastlane --version - - fastlane update_fastlane - - - name: flutter - commands: - - flutter --version + - yarn + - yarn test \ No newline at end of file