Skip to content

Commit

Permalink
Merge pull request #59 from ImaginativeShohag/update-actions
Browse files Browse the repository at this point in the history
build: update actions
  • Loading branch information
ImaginativeShohag authored Dec 29, 2024
2 parents 2c6b1f0 + e69fcdd commit 7a16640
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-beta-upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-production-upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a16640

Please sign in to comment.