### chore: aktualisiere Desktop-Test-Workflow
Some checks failed
Desktop CI — Headless Tests & Build / Compose Desktop — Tests (headless) & Build (push) Failing after 4m27s

- **CI:** Ergänze Installation von `xauth` im Desktop-Test-Workflow.
This commit is contained in:
Stefan Mogeritsch 2026-04-23 00:14:32 +02:00
parent f296a076dc
commit 49d8b205d7

View File

@ -45,7 +45,7 @@ jobs:
_JAVA_OPTIONS: -Djava.awt.headless=true
run: |
sudo apt-get update -y
sudo apt-get install -y Xvfb
sudo apt-get install -y xvfb xauth
xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" \
./gradlew :frontend:shells:meldestelle-desktop:jvmTest --stacktrace --no-daemon