Skip to content

Commit 657fa4e

Browse files
committed
add stuff
Signed-off-by: Paul Gesel <[email protected]>
1 parent f7d4532 commit 657fa4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/workspace_integration_test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
</Domain>
7878
</CycloneDDS>
7979
EOF
80+
- name: Install dependencies
81+
run: |
82+
sudo apt-get update
83+
sudo apt-get install -y xvfb libgl1-mesa-glx libglu1-mesa x11-utils
8084
- name: Install colcon mixins
8185
run: |
8286
colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
@@ -111,6 +115,9 @@ jobs:
111115
# Create virtual framebuffer to allow GLFW to render in MuJoCo tests
112116
unset MUJOCO_GL
113117
Xvfb :99 -screen 0 1024x768x24 &
118+
export DISPLAY=:99
119+
sleep 3
120+
xdpyinfo
114121
echo "Running colcon test"
115122
colcon test --retest-until-pass 3 ${{ inputs.colcon_test_args }}
116123
- if: always()

0 commit comments

Comments
 (0)