From 9712ff15bbbe4b64e9867e9f75f31bbb89004924 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 18 Sep 2024 23:20:00 +0200 Subject: [PATCH] Giving script a GUI env lest Qt dumps --- ci/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drone.yml b/ci/drone.yml index 4b4ce7b..ce10ce6 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -14,7 +14,7 @@ steps: - name: Unit Tests image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex commands: - - bash scripts/run-tests.sh + - xvfb-run bash scripts/run-tests.sh when: event: [ push, tag ]