We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b966481 commit b751688Copy full SHA for b751688
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- run: |
80
npm install -g appium
81
- Start-Process -NoNewWindow -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe"
+ Start-Process -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe"
82
Start-Sleep -Seconds 5
83
84
- uses: actions/download-artifact@v4
0 commit comments