fix smoke due to changed binary build location

This commit is contained in:
Rick Vogel 2023-04-03 11:16:54 +02:00
parent 82827a3a10
commit c4f3a76673
1 changed files with 1 additions and 1 deletions

View File

@ -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')