From 6f24a49d70232bffabeeea9eaaa12f9bb646e002 Mon Sep 17 00:00:00 2001 From: Andrei Ashikhmin Date: Sun, 5 Jan 2025 14:55:34 +0700 Subject: [PATCH] Change test step to run in debug --- .github/workflows/manual_distribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual_distribution.yml b/.github/workflows/manual_distribution.yml index 00233cf940..18dc12bf80 100644 --- a/.github/workflows/manual_distribution.yml +++ b/.github/workflows/manual_distribution.yml @@ -118,7 +118,7 @@ jobs: GC_STORAGE_SERVICE_ACCOUNT_KEY_JSON: ${{secrets.GC_STORAGE_SERVICE_ACCOUNT_KEY_JSON}} - name: Test - run: bundle exec fastlane test flavor:"${{ github.event.inputs.flavor }}" type:"${{ github.event.inputs.type }}" versioncode:"${{ env.build_number }}" storepass:"${{ secrets.SIGNING_STORE_PASS }}" + run: bundle exec fastlane test flavor:"" type:"debug" - name: Build and Firebase Distribution run: bundle exec fastlane build_distribute flavor:"${{ github.event.inputs.flavor }}" type:"${{ github.event.inputs.type }}" versioncode:"${{ env.build_number }}" storepass:"${{ secrets.SIGNING_STORE_PASS }}" comment:"${{ github.event.inputs.taskID }}" appid:"${{ env.firebase_app_id }}" testgroup:"qa"