File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,7 @@ jobs:
117117 # newest Android version
118118 saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --emulator name="Android GoogleApi Emulator,platformVersion=15.0" --region us-west-1
119119 # oldest Android version
120- # Disabled
121- # // Todo : BT-6267
122- # https://github.com/backtrace-labs/backtrace-android/pull/192
123- # saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --emulator name="Android GoogleApi Emulator,platformVersion=8.0" --region us-west-1
120+ saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --emulator name="Android GoogleApi Emulator,platformVersion=9.0" --region us-west-1
124121 # oldest real device (aiming for armv7 / 32bit)
125122 saucectl run espresso -c "" --name "From Github Actions" --app example-app-debug.apk --testApp ${{ matrix.test-apk }} --device name=".*,platformVersion=9" --region us-west-1
126123 # --device name=".*,platformVersion=6.0.1"
You can’t perform that action at this time.
0 commit comments