Skip to content

Commit 6101af1

Browse files
WillYinglingclaude
andcommitted
ci(workflow): bump reusable workflow to v0.0.7
v0.0.6 sources /opt/underlay_ws/install/setup.sh, which no longer exists in the picknikciuser/moveit-studio:main-humble image, so the Install rosdeps step fails before build or test run. v0.0.7 is the upstream fix that removes those three sourcing lines. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 23278c3 commit 6101af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
integration-test-in-studio-container:
20-
uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@v0.0.6
20+
uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@v0.0.7
2121
with:
2222
runner: "ubuntu-22.04"
2323
image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}

0 commit comments

Comments
 (0)