Skip to content

Commit 2be008e

Browse files
authored
Merge pull request #6 from PickNikRobotics/virtual-buffer
Add a virtual buffer for mujoco integration tests
2 parents eddcab0 + b69bc98 commit 2be008e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/workspace_integration_test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100
. ./install/setup.sh
101101
echo "Running colcon test with STUDIO_CONFIG_PACKAGE: $STUDIO_CONFIG_PACKAGE"
102102
env
103+
# Create virtual framebuffer to allow GLFW to render in MuJoCo tests
104+
unset MUJOCO_GL
105+
export DISPLAY=:99
106+
Xvfb :99 -screen 0 1024x768x24 &
107+
echo "Running colcon test"
103108
colcon test --retest-until-pass 3 ${{ inputs.colcon_test_args }}
104109
- if: always()
105110
run: |

0 commit comments

Comments
 (0)