diff --git a/.github/workflows/linux_debug.yml b/.github/workflows/linux_debug.yml index 608a1bd..3fafd07 100644 --- a/.github/workflows/linux_debug.yml +++ b/.github/workflows/linux_debug.yml @@ -89,7 +89,5 @@ jobs: export QT_FATAL_WARNINGS=1 - name: Run unit tests - uses: GabrielBB/xvfb-action@v1 - with: - working-directory: ${{ runner.temp }}/shadow_build_dir - run: ./staging/qgroundcontrol-start.sh --unittest + working-directory: ${{ runner.temp }}/shadow_build_dir + run: xvfb-run -a ./staging/qgroundcontrol-start.sh --unittest