Giving script a GUI env lest Qt dumps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2024-09-18 23:20:00 +02:00
parent a3cf99f3af
commit 9712ff15bb
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -14,7 +14,7 @@ steps:
- name: Unit Tests - name: Unit Tests
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex
commands: commands:
- bash scripts/run-tests.sh - xvfb-run bash scripts/run-tests.sh
when: when:
event: [ push, tag ] event: [ push, tag ]