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 ea88f24 commit c54ae3fCopy full SHA for c54ae3f
.github/workflows/test.yml
@@ -36,6 +36,8 @@ jobs:
36
37
- name: Run tests
38
run: |
39
+ export NO_AT_BRIDGE="1"
40
+ export GTK_A11Y="none"
41
export XDG_RUNTIME_DIR="$(mktemp --tmpdir -d xdg-runtime-XXXXXX)"
42
weston --backend=headless --socket=wayland-1 --idle-time=0 &
43
dbus-run-session -- env WAYLAND_DISPLAY=wayland-1 meson test -C build --suite monitor-gui-headless "*:" --print-errorlogs
0 commit comments