Skip to content

Commit 2c89907

Browse files
authored
ci: fix android e2e tests (#790)
## 📜 Description Fixed Android e2e tests. ## 💡 Motivation and Context Fixes this problem ReactiveCircus/android-emulator-runner#400 ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### CI - bump `android-emulator-runner` action version; ## 🤔 How Has This Been Tested? Tested via CI. ## 📸 Screenshots (if appropriate): <img width="863" alt="image" src="https://github.com/user-attachments/assets/62df7eaf-1c8f-4755-b0db-a3f301808125" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 49d20fc commit 2c89907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
~/.android/adb*
152152
key: avd-${{ matrix.devices.api }}-${{ matrix.devices.target }}
153153
- name: Run emulator and tests
154-
uses: reactivecircus/android-emulator-runner@v2.30.1
154+
uses: reactivecircus/android-emulator-runner@v2.33.0
155155
with:
156156
working-directory: e2e
157157
api-level: ${{ matrix.devices.api }}

0 commit comments

Comments
 (0)