Skip to content

Commit

Permalink
Upgrade android-emulator api level
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez committed May 24, 2024
1 parent 4478eac commit d96e2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Run_appium_android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
Configurations.0.Capabilities.0.Name: "Appiumdriver"
TestResultPath: ${{ inputs.test_results_path }}
- name: Start Android Device and run tests
uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@v2.31.0
with:
api-level: 29
api-level: 33
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand Down

0 comments on commit d96e2d0

Please sign in to comment.