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 7377c16 commit ea88f24Copy full SHA for ea88f24
.github/workflows/test.yml
@@ -38,5 +38,5 @@ jobs:
38
run: |
39
export XDG_RUNTIME_DIR="$(mktemp --tmpdir -d xdg-runtime-XXXXXX)"
40
weston --backend=headless --socket=wayland-1 --idle-time=0 &
41
- dbus-run-session -- env WAYLAND_DISPLAY=wayland-1 meson test --suite monitor-gui-headless "*:" --print-errorlogs
+ dbus-run-session -- env WAYLAND_DISPLAY=wayland-1 meson test -C build --suite monitor-gui-headless "*:" --print-errorlogs
42
# non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs
0 commit comments