Skip to content

Commit 82a1cc4

Browse files
authored
update android testing device (#251)
1 parent 0b9b7e7 commit 82a1cc4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/android-browserstack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
paths:
88
- 'binding/android/CobraTestApp/**'
99
- '.github/workflows/android-browserstack.yml'
10+
- 'script/automation/browserstack.py'
1011

1112
pull_request:
1213
branches: [ main, 'v[0-9]+.[0-9]+' ]
1314
paths:
1415
- 'binding/android/CobraTestApp/**'
1516
- '.github/workflows/android-browserstack.yml'
17+
- 'script/automation/browserstack.py'
1618

1719
defaults:
1820
run:

script/automation/browserstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
devices_dict = {
1111
'android-min-max': [
12-
'Samsung Galaxy S8-7.0',
12+
'Samsung Galaxy S10-9.0',
1313
'Samsung Galaxy M52-11.0',
1414
'Google Pixel 9-15.0'
1515
],

0 commit comments

Comments
 (0)