From 2b31d30228d7657c31832a35721e93144b2c2dc6 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 11 Sep 2021 17:34:31 +0700 Subject: [PATCH] Task: Add dart test for run testing project --- .drone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index 2b4435c..a4b05d7 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -9,6 +9,6 @@ steps: commands: - flutter --version - dart --version - - name: whoami + - name: commands: - - whoami \ No newline at end of file + - dart test \ No newline at end of file