clientonly and wayland, hotfix electron tests (#3677)

clientonly:
- did work only with xserver and `DISPLAY` env var
- now checks for `WAYLAND_DISPLAY` or `DISPLAY` env var before running
- if `WAYLAND_DISPLAY` is set now starts with wayland parameters

electron tests see #3676
This commit is contained in:
Karsten Hassel
2025-01-03 21:52:10 +01:00
committed by GitHub
parent 75dbe67167
commit 0f6efac8e6
3 changed files with 15 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
npm run test:css
npm run test:markdown
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
matrix: