Skip to content

Commit

Permalink
bug/10357-rachael-detox-add-ruby-install-to-e2e-android (#10358)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbontrager authored Dec 11, 2024
1 parent 62c1f9c commit 96f2bb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

matrix-e2e-android:
if: (!cancelled()) && needs.output_detox_tests_to_run.outputs.output1 != ''
runs-on: macos-latest-xl
runs-on: macos-13
needs: [start_slack_thread, output_detox_tests_to_run]
strategy:
fail-fast: false
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
working-directory: VAMobile
api-level: 33
api-level: 28
profile: pixel_6_pro
force-avd-creation: false
disable-animations: true
Expand All @@ -219,7 +219,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
working-directory: VAMobile
api-level: 33
api-level: 28
profile: pixel_6_pro
force-avd-creation: false
disable-animations: true
Expand All @@ -234,7 +234,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
working-directory: VAMobile
api-level: 33
api-level: 28
profile: pixel_6_pro
force-avd-creation: false
disable-animations: true
Expand All @@ -249,7 +249,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
working-directory: VAMobile
api-level: 33
api-level: 28
profile: pixel_6_pro
force-avd-creation: false
disable-animations: true
Expand Down

0 comments on commit 96f2bb6

Please sign in to comment.