Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try to run tests with xvfb in runner.
Signed-off-by: Jelmer de Wolde <[email protected]>
  • Loading branch information
Jelmerdw committed Oct 30, 2025
commit d577008fcaea2d918e1d0ebf34bb9da7b202d9ee
2 changes: 1 addition & 1 deletion .github/workflows/reusable-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
--entrypoint /bin/bash "${{ inputs.container-image }}" -i -c "
source /home/rcdt/.bashrc &&
source install/setup.bash &&
uv run pytest -s -rsxf src/
uv run xvfb-run pytest -s -rsxf src/
"

- name: Show disk usage after job
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/install_scripts/dev_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ apt update
apt install -y \
clang \
doxygen \
xvfb \
ros-$ROS_DISTRO-nmea-navsat-driver \
ros-$ROS_DISTRO-moveit-ros-perception \
ros-$ROS_DISTRO-topic-tools