aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dadaa23c..6d745e05 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -77,6 +77,8 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build/test
shell: bash
+ env:
+ QT_QPA_PLATFORM: offscreen
run: |
ln -s ../../test/*.png .
- QT_QPA_PLATFORM=offscreen ./test ~[noci]
+ ./test ~[noci]