Skip to content

Commit 38f8f77

Browse files
committed
feat: add ability to do CI with multiple workspaces at once
1 parent 22e3116 commit 38f8f77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ on:
1515

1616
jobs:
1717
integration-test-in-studio-container:
18-
uses: PickNikRobotics/moveit_pro_ci/.github/workflows/[email protected]
18+
uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@fix-artifact-upload
19+
strategy:
20+
fail-fast: false
21+
matrix:
22+
config_package: [lab_sim, hangar_sim, grinding_sim, factory_sim, space_satellite_sim, mock_sim]
1923
with:
2024
image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
2125
colcon_test_args: "--executor sequential"

0 commit comments

Comments
 (0)