Skip to content

Commit b751688

Browse files
committed
Fix WinAppDriver exiting prematurely in CI
1 parent b966481 commit b751688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- run: |
8080
npm install -g appium
81-
Start-Process -NoNewWindow -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe"
81+
Start-Process -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe"
8282
Start-Sleep -Seconds 5
8383
8484
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)