diff --git a/.github/workflows/build-beta-upload-android.yml b/.github/workflows/build-beta-upload-android.yml index b17d467..716649a 100644 --- a/.github/workflows/build-beta-upload-android.yml +++ b/.github/workflows/build-beta-upload-android.yml @@ -69,9 +69,6 @@ jobs: run: ./gradlew :app:generateBaselineProfile -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true - # -Pandroid.experimental.androidTest.numManagedDeviceShards=1 - # -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 - # -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=5 - name: Build & deploy Android release run: bundle exec fastlane android beta diff --git a/.github/workflows/build-production-upload-android.yml b/.github/workflows/build-production-upload-android.yml index 9ab0f0f..506cbd7 100644 --- a/.github/workflows/build-production-upload-android.yml +++ b/.github/workflows/build-production-upload-android.yml @@ -66,9 +66,6 @@ jobs: run: ./gradlew :app:generateBaselineProfile -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true - # -Pandroid.experimental.androidTest.numManagedDeviceShards=1 - # -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 - # -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=5 - name: Build & deploy Android release run: bundle exec fastlane android deploy