fix smoke due to changed binary build location
This commit is contained in:
parent
82827a3a10
commit
c4f3a76673
|
@ -386,7 +386,7 @@ jobs:
|
|||
run: |
|
||||
dir iotdashboard.exe -S
|
||||
echo "starting iotdashboard"
|
||||
Start-Process qskinny_build\Release\iotdashboard.exe -ArgumentList "-qwindowgeometry 1024x600+0+0"
|
||||
Start-Process qskinny_build\examples\bin\Release\iotdashboard.exe -ArgumentList "-qwindowgeometry 1024x600+0+0"
|
||||
|
||||
- name: Smoke test ( QSkinny ) on Ubuntu
|
||||
if: startsWith(matrix.config.name, 'Ubuntu')
|
||||
|
|
Loading…
Reference in New Issue