Skip to content

Commit 49f51f6

Browse files
committed
Update test.yml
1 parent 46cbe91 commit 49f51f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ 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-
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+
# 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
121124
# oldest real device (aiming for armv7 / 32bit)
122125
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
123126
# --device name=".*,platformVersion=6.0.1"

0 commit comments

Comments
 (0)