Skip to content

Commit dfd0f5e

Browse files
authored
[ci] try to make ci test stable (#171)
use `google_apis_playstore` api 33 image and it looks like more stable
1 parent 64ed1e1 commit dfd0f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
api-level: 33
5656
arch: x86_64
57-
target: google_apis
57+
target: google_apis_playstore
5858
script: |
5959
adb logcat -c
6060
python3 scripts/gen_project.py --rn-version ${{ matrix.rn-version }} --v8-android-variant ${{ matrix.v8-android-variant }} TestApp

.github/workflows/expo-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
api-level: 33
6363
arch: x86_64
64-
target: google_apis
64+
target: google_apis_playstore
6565
working-directory: ../TestApp/android
6666
script: |
6767
adb install -r app/build/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)