Skip to content

Commit ea88f24

Browse files
tintoustsdc
authored andcommitted
Add missing test dir
1 parent 7377c16 commit ea88f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
run: |
3939
export XDG_RUNTIME_DIR="$(mktemp --tmpdir -d xdg-runtime-XXXXXX)"
4040
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
41+
dbus-run-session -- env WAYLAND_DISPLAY=wayland-1 meson test -C build --suite monitor-gui-headless "*:" --print-errorlogs
4242
# non-headless gui example: meson test -C build --suite monitor "*:" --print-errorlogs

0 commit comments

Comments
 (0)