Skip to content

Commit 1cb2310

Browse files
committed
Fix workflow syntax
1 parent 286ca21 commit 1cb2310

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workspace_integration_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
# We always need to test in mocked hardware
4242
MOVEIT_CONFIG_PACKAGE: ${{ inputs.config_package }}
4343
container: picknikciuser/moveit-studio:${{ inputs.image_tag }}
44+
defaults:
45+
run:
46+
shell: bash
4447
steps:
4548
- name: Check if config package specified
4649
id: check_config_package
@@ -110,9 +113,6 @@ jobs:
110113
. /opt/overlay_ws/install/setup.sh
111114
colcon build ${{ inputs.colcon_build_args }} ${{ steps.check_config_package.outputs.config_package_build_arg }}
112115
- name: Run colcon test
113-
defaults:
114-
run:
115-
shell: bash
116116
run: |
117117
. /opt/ros/humble/setup.sh
118118
. /opt/underlay_ws/install/setup.sh

0 commit comments

Comments
 (0)