From c0381144d1baca385fc186c8ba8ddf41c47591d4 Mon Sep 17 00:00:00 2001 From: davidoskky Date: Sat, 17 Sep 2022 21:29:37 +0200 Subject: [PATCH] Add CI test step --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index b401477..2e44be0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,11 @@ steps: SONAR_LOGIN: from_secret: sonarScannerLogin + - name: test + image: mingc/android-build-box:latest + commands: + - ./gradlew test -PignoreGitVersion=true -P appLoginUrl="\"URL\"" -P appLoginUsername="\"LOGIN\"" -P appLoginPassword="\"PASS\"" -P pushCache=false + - name: build image: mingc/android-build-box:latest commands: