Skip to content

Commit

Permalink
Merge pull request #48
Browse files Browse the repository at this point in the history
refactor: add gradle parameter required for gradle managed device
  • Loading branch information
ImaginativeShohag authored Dec 20, 2024
2 parents b3d4e8f + a217ecb commit 2dfccea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-beta-upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:

- name: Generate baseline profile
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
Expand Down

0 comments on commit 2dfccea

Please sign in to comment.