diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5965877..5ed168a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,16 +23,31 @@ jobs: distro: [noetic, one] render_backend: [GLFW, OSMESA, EGL, DISABLE] mujoco: [3.2.0] - include: + # include: + # - distro: noetic + # mujoco: 3.2.0 + # env: + # CATKIN_LINT: true + # CCOV: true + # - distro: one + # mujoco: 3.2.0 + # env: + # CLANG_TIDY: pedantic + exclude: - distro: noetic - mujoco: 3.2.0 - env: - CATKIN_LINT: true - CCOV: true + render_backend: GLFW + - distro: noetic + render_backend: OSMESA + - distro: noetic + render_backend: EGL + - distro: noetic + render_backend: DISABLE + - distro: one + render_backend: GLFW + - distro: one + render_backend: OSMESA - distro: one - mujoco: 3.2.0 - env: - CLANG_TIDY: pedantic + render_backend: DISABLE env: BUILDER: colcon