Skip to content

Commit d577008

Browse files
committed
Try to run tests with xvfb in runner.
Signed-off-by: Jelmer de Wolde <[email protected]>
1 parent 584f43e commit d577008

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/reusable-workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--entrypoint /bin/bash "${{ inputs.container-image }}" -i -c "
6161
source /home/rcdt/.bashrc &&
6262
source install/setup.bash &&
63-
uv run pytest -s -rsxf src/
63+
uv run xvfb-run pytest -s -rsxf src/
6464
"
6565
6666
- name: Show disk usage after job

dockerfiles/install_scripts/dev_packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ apt update
1111
apt install -y \
1212
clang \
1313
doxygen \
14+
xvfb \
1415
ros-$ROS_DISTRO-nmea-navsat-driver \
1516
ros-$ROS_DISTRO-moveit-ros-perception \
1617
ros-$ROS_DISTRO-topic-tools

0 commit comments

Comments
 (0)