Skip to content

Commit dbeefe3

Browse files
committed
Merge branch 'main' into feat/windows-deeplink
2 parents 0e8354f + 72434ec commit dbeefe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
test_script: pytest -xs test/test_mac.py::MacTest
8787
- targetPlatform: StandaloneWindows64
8888
runs-on: [self-hosted, windows]
89-
test_script: pytest -xs test/test_windows.py::WindowsTest
89+
test_script: python -m pytest -xs test/test_windows.py::WindowsTest
9090
# - targetPlatform: Android
9191
# runs-on: [ self-hosted, macOS ]
9292
# test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml"

0 commit comments

Comments
 (0)