Skip to content

Commit b361027

Browse files
authored
Platform 5.1.1 has is usually busy - try 6.0.1
Only one Android 5.1.1 device on RDC
1 parent ea2874f commit b361027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# recent real device
103103
saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --device name="Samsung_Galaxy_S20_FE_5G_backtrace_us"
104104
# oldest real device (aiming for armv7 / 32bit)
105-
saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --device name=".*,platformVersion=5.1.1"
105+
saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --device name=".*,platformVersion=6.0.1"
106106
# --device name=".*,platformVersion=6.0.1"
107107
# --device name="Samsung_Galaxy_S20_FE_5G_backtrace_us"
108108
# --device name="Samsung_Galaxy_S22_Ultra_5G_backtrace_us"

0 commit comments

Comments
 (0)