Skip to content

Commit c54ae3f

Browse files
tintoustsdc
authored andcommitted
Set environment variables for test workflow
Added environment variable exports for test execution.
1 parent ea88f24 commit c54ae3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
3737
- name: Run tests
3838
run: |
39+
export NO_AT_BRIDGE="1"
40+
export GTK_A11Y="none"
3941
export XDG_RUNTIME_DIR="$(mktemp --tmpdir -d xdg-runtime-XXXXXX)"
4042
weston --backend=headless --socket=wayland-1 --idle-time=0 &
4143
dbus-run-session -- env WAYLAND_DISPLAY=wayland-1 meson test -C build --suite monitor-gui-headless "*:" --print-errorlogs

0 commit comments

Comments
 (0)