Skip to content

Commit f3a26ce

Browse files
committed
ci: enable ui test on windows
1 parent 5fe7527 commit f3a26ce

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
@@ -22,9 +22,9 @@ jobs:
2222
- targetPlatform: StandaloneOSX
2323
buildMethod: MacBuilder.BuildForAltTester
2424
buildPath: sample/Builds/MacOS
25-
# - targetPlatform: StandaloneWindows64
26-
# buildMethod: WindowsBuilder.BuildForAltTester
27-
# buildPath: sample/Builds/Windows64
25+
- targetPlatform: StandaloneWindows64
26+
buildMethod: WindowsBuilder.BuildForAltTester
27+
buildPath: sample/Builds/Windows64
2828
# - targetPlatform: Android
2929
# buildMethod: MobileBuilder.BuildForAltTester
3030
# buildPath: sample/Builds/Android
@@ -70,9 +70,9 @@ jobs:
7070
- targetPlatform: StandaloneOSX
7171
runs-on: [self-hosted, macOS]
7272
test_script: pytest -xs test/test_mac.py::MacTest
73-
# - targetPlatform: StandaloneWindows64
74-
# runs-on: [self-hosted, windows]
75-
# test_script: pytest -xs test/test_windows.py::WindowsTest
73+
- targetPlatform: StandaloneWindows64
74+
runs-on: [self-hosted, windows]
75+
test_script: pytest -xs test/test_windows.py::WindowsTest
7676
# - targetPlatform: Android
7777
# runs-on: [ self-hosted, macOS ]
7878
# test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"

0 commit comments

Comments
 (0)