Skip to content

Commit 30cdc4c

Browse files
committed
Try copying build in again...
1 parent ede9853 commit 30cdc4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,14 @@ jobs:
115115
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
116116
- name: Copy Python dependencies to github workspace
117117
run: cp -r /robot/install install
118+
- name: Copy Build output to github workspace
119+
run: cp -r /robot/install build
118120
- name: Move launch-profile files to /robot/launch-profiles so hardcoded paths work
119121
run: cp -r ${GITHUB_WORKSPACE}/launch-profiles /robot/
120122
- name: Run tests
121123
run: |
122124
enter-workspaces colcon test \
125+
--base-paths pkgs \
123126
--pytest-with-coverage \
124127
--test-result-base test-results \
125128
--pytest-args \

0 commit comments

Comments
 (0)