We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea88d1 commit f2778b8Copy full SHA for f2778b8
.github/workflows/functional-test.yml
@@ -91,9 +91,9 @@ jobs:
91
fail-fast: false
92
matrix:
93
test_targets:
94
- - target: test/functional/android/device_time_tests.py test/functional/android/search_context/find_by_*.py
+ - target: test/functional/android/search_context/find_by_*.py
95
name: func_test_android1
96
- - target: test/functional/android/keyboard_tests.py test/functional/android/location_tests.py
+ - target: test/functional/android/location_tests.py
97
name: func_test_android2
98
- target: test/functional/android/appium_service_tests.py test/functional/android/chrome_tests.py
99
name: func_test_android3
test/functional/android/device_time_tests.py
test/functional/android/keyboard_tests.py
0 commit comments