fix smoke due to changed binary build location
This commit is contained in:
parent
82827a3a10
commit
c4f3a76673
|
@ -386,7 +386,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
dir iotdashboard.exe -S
|
dir iotdashboard.exe -S
|
||||||
echo "starting iotdashboard"
|
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
|
- name: Smoke test ( QSkinny ) on Ubuntu
|
||||||
if: startsWith(matrix.config.name, 'Ubuntu')
|
if: startsWith(matrix.config.name, 'Ubuntu')
|
||||||
|
|
Loading…
Reference in New Issue