Skip to content

Commit ea2874f

Browse files
authored
Daily test on old real device (#75)
1 parent 8d130c2 commit ea2874f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ jobs:
9999
saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --emulator name="Android GoogleApi Emulator,platformVersion=12.0"
100100
# oldest Android version
101101
saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --emulator name="Android GoogleApi Emulator,platformVersion=5.1"
102-
# real device
102+
# 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"
104+
# 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"
104106
# --device name=".*,platformVersion=6.0.1"
105107
# --device name="Samsung_Galaxy_S20_FE_5G_backtrace_us"
106108
# --device name="Samsung_Galaxy_S22_Ultra_5G_backtrace_us"

0 commit comments

Comments
 (0)