We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eddcab0 + b69bc98 commit 2be008eCopy full SHA for 2be008e
.github/workflows/workspace_integration_test.yaml
@@ -100,6 +100,11 @@ jobs:
100
. ./install/setup.sh
101
echo "Running colcon test with STUDIO_CONFIG_PACKAGE: $STUDIO_CONFIG_PACKAGE"
102
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"
108
colcon test --retest-until-pass 3 ${{ inputs.colcon_test_args }}
109
- if: always()
110
run: |
0 commit comments