update: offscreen for linux tests

This commit is contained in:
MrMirDan
2026-04-28 11:11:38 +03:00
parent 37b8c03e33
commit a1b7a98ae1

View File

@@ -795,11 +795,13 @@ jobs:
- name: 'Run tests' - name: 'Run tests'
run: | run: |
QT_ROOT=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/gcc_64
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\
${{ env.Qt6_DIR }}/../../../lib:\ $QT_ROOT/lib:\
$PWD/client/3rd-prebuilt/deploy-prebuilt/linux/x64 $PWD/client/3rd-prebuilt/deploy-prebuilt/linux/x64
ldd build/client/tests/testSettingsSignals || true export QT_QPA_PLATFORM=offscreen
ctest --test-dir build/client --output-on-failure ctest --test-dir build/client --output-on-failure