We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286ca21 commit 1cb2310Copy full SHA for 1cb2310
.github/workflows/workspace_integration_test.yaml
@@ -41,6 +41,9 @@ jobs:
41
# We always need to test in mocked hardware
42
MOVEIT_CONFIG_PACKAGE: ${{ inputs.config_package }}
43
container: picknikciuser/moveit-studio:${{ inputs.image_tag }}
44
+ defaults:
45
+ run:
46
+ shell: bash
47
steps:
48
- name: Check if config package specified
49
id: check_config_package
@@ -110,9 +113,6 @@ jobs:
110
113
. /opt/overlay_ws/install/setup.sh
111
114
colcon build ${{ inputs.colcon_build_args }} ${{ steps.check_config_package.outputs.config_package_build_arg }}
112
115
- name: Run colcon test
- defaults:
- run:
- shell: bash
116
run: |
117
. /opt/ros/humble/setup.sh
118
. /opt/underlay_ws/install/setup.sh
0 commit comments