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 0b3ff6d commit 94949abCopy full SHA for 94949ab
.github/workflows/colcon.yaml
@@ -33,7 +33,6 @@ jobs:
33
rosdep update
34
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
35
rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs"
36
- apt show ros-rolling-bond-core
37
shell: bash
38
- name: Colcon Build (Release)
39
run: |
@@ -47,3 +46,4 @@ jobs:
47
46
colcon test --return-code-on-test-failure --paths src/grid_map/* --event-handlers=console_cohesion+
48
colcon test-result --all --verbose
49
+
.github/workflows/industrial_ci.yaml
0 commit comments