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 19e8390 commit a34a415Copy full SHA for a34a415
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- run: |
85
npm install -g appium
86
- Start-Process -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe" -RedirectStandardOutput .\test\winappdriver.log -RedirectStandardError .\test\winappdriver.log
+ Start-Process -FilePath "C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe" -RedirectStandardOutput .\test\winappdriver-out.log -RedirectStandardError .\test\winappdriver-err.log
87
Start-Sleep -Seconds 5
88
89
- uses: actions/download-artifact@v4
0 commit comments