Skip to content

Commit 72434ec

Browse files
committed
ci: fix windows test command
1 parent 133952a commit 72434ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
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)