From 9dfcad6a3be8240a8b855fea7e68442625fdd187 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Mon, 1 Mar 2021 18:18:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 191117b..6d5fa22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,9 +102,13 @@ build_debug: # Output for debug logging purpose only - echo $TEST_LAB_DEVICE_CONFIGURATIONS + # Warn if there were no configurations + - if [ -n "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then gcloud firebase test android run --type robo --app app.apk $TEST_LAB_DEVICE_CONFIGURATIONS --timeout 90s; fi + # Warn if there were no configurations - if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi + test_lab_debug: <<: *test_lab_template_def script: