We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede9853 commit 30cdc4cCopy full SHA for 30cdc4c
.github/workflows/test.yaml
@@ -115,11 +115,14 @@ jobs:
115
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
116
- name: Copy Python dependencies to github workspace
117
run: cp -r /robot/install install
118
+ - name: Copy Build output to github workspace
119
+ run: cp -r /robot/install build
120
- name: Move launch-profile files to /robot/launch-profiles so hardcoded paths work
121
run: cp -r ${GITHUB_WORKSPACE}/launch-profiles /robot/
122
- name: Run tests
123
run: |
124
enter-workspaces colcon test \
125
+ --base-paths pkgs \
126
--pytest-with-coverage \
127
--test-result-base test-results \
128
--pytest-args \
0 commit comments