Skip to content

Commit d96e2d0

Browse files
author
Diego Martinez
committed
Upgrade android-emulator api level
1 parent 4478eac commit d96e2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Run_appium_android_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
Configurations.0.Capabilities.0.Name: "Appiumdriver"
5555
TestResultPath: ${{ inputs.test_results_path }}
5656
- name: Start Android Device and run tests
57-
uses: reactivecircus/android-emulator-runner@v2
57+
uses: reactivecircus/android-emulator-runner@v2.31.0
5858
with:
59-
api-level: 29
59+
api-level: 33
6060
force-avd-creation: false
6161
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
6262
disable-animations: false

0 commit comments

Comments
 (0)