We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4478eac commit d96e2d0Copy full SHA for d96e2d0
.github/workflows/Run_appium_android_tests.yml
@@ -54,9 +54,9 @@ jobs:
54
Configurations.0.Capabilities.0.Name: "Appiumdriver"
55
TestResultPath: ${{ inputs.test_results_path }}
56
- name: Start Android Device and run tests
57
- uses: reactivecircus/android-emulator-runner@v2
+ uses: reactivecircus/android-emulator-runner@v2.31.0
58
with:
59
- api-level: 29
+ api-level: 33
60
force-avd-creation: false
61
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
62
disable-animations: false
0 commit comments