Skip to content

Commit 5b15a45

Browse files
committed
ci: enable android ui test
1 parent 0ec21e0 commit 5b15a45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ui-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- targetPlatform: StandaloneWindows64
2626
buildMethod: WindowsBuilder.BuildForAltTester
2727
buildPath: sample/Builds/Windows64
28-
# - targetPlatform: Android
29-
# buildMethod: MobileBuilder.BuildForAltTester
30-
# buildPath: sample/Builds/Android
28+
- targetPlatform: Android
29+
buildMethod: MobileBuilder.BuildForAltTester
30+
buildPath: sample/Builds/Android
3131
steps:
3232
- uses: actions/checkout@v3
3333
with:
@@ -73,9 +73,9 @@ jobs:
7373
- targetPlatform: StandaloneWindows64
7474
runs-on: [self-hosted, windows]
7575
test_script: pytest -xs test/test_windows.py::WindowsTest
76-
# - targetPlatform: Android
77-
# runs-on: [ self-hosted, macOS ]
78-
# test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
76+
- targetPlatform: Android
77+
runs-on: [ self-hosted, macOS ]
78+
test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"
7979
concurrency:
8080
group: test-${{ matrix.targetPlatform }}
8181
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)