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 584f43e commit d577008Copy full SHA for d577008
.github/workflows/reusable-workspace.yml
@@ -60,7 +60,7 @@ jobs:
60
--entrypoint /bin/bash "${{ inputs.container-image }}" -i -c "
61
source /home/rcdt/.bashrc &&
62
source install/setup.bash &&
63
- uv run pytest -s -rsxf src/
+ uv run xvfb-run pytest -s -rsxf src/
64
"
65
66
- name: Show disk usage after job
dockerfiles/install_scripts/dev_packages.sh
@@ -11,6 +11,7 @@ apt update
11
apt install -y \
12
clang \
13
doxygen \
14
+ xvfb \
15
ros-$ROS_DISTRO-nmea-navsat-driver \
16
ros-$ROS_DISTRO-moveit-ros-perception \
17
ros-$ROS_DISTRO-topic-tools
0 commit comments