We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7841ff3 commit 7377c16Copy full SHA for 7377c16
.github/workflows/test.yml
@@ -37,5 +37,6 @@ jobs:
37
- name: Run tests
38
run: |
39
export XDG_RUNTIME_DIR="$(mktemp --tmpdir -d xdg-runtime-XXXXXX)"
40
- weston --backend=headless --socket=wayland-1 --idle-time=0 & dbus-run-session --env WAYLAND_DISPLAY=wayland-1 meson test --suite monitor-gui-headless "*:" --print-errorlogs
41
- # non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs
+ weston --backend=headless --socket=wayland-1 --idle-time=0 &
+ dbus-run-session -- env WAYLAND_DISPLAY=wayland-1 meson test --suite monitor-gui-headless "*:" --print-errorlogs
42
+ # non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs
0 commit comments