Skip to content

Commit

Permalink
Try copying build in again...
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Dec 5, 2024
1 parent ede9853 commit 30cdc4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,14 @@ jobs:
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Copy Python dependencies to github workspace
run: cp -r /robot/install install
- name: Copy Build output to github workspace
run: cp -r /robot/install build
- name: Move launch-profile files to /robot/launch-profiles so hardcoded paths work
run: cp -r ${GITHUB_WORKSPACE}/launch-profiles /robot/
- name: Run tests
run: |
enter-workspaces colcon test \
--base-paths pkgs \
--pytest-with-coverage \
--test-result-base test-results \
--pytest-args \
Expand Down

0 comments on commit 30cdc4c

Please sign in to comment.