Skip to content

Commit

Permalink
Try not building
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Dec 4, 2024
1 parent e6f9e64 commit 5f6b129
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ jobs:
# https://github.blog/2022-04-12-git-security-vulnerability-announced/
# https://github.com/actions/checkout/issues/760
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Copy Python dependencies to github workspace
run: cp -r /robot/install .
- name: Copy build artifacts to github workspace
run: cp -r /robot/build .
- name: Move launch-profile files to /robot/launch-profiles so hardcoded paths work
run: cp -r ${GITHUB_WORKSPACE}/launch-profiles /robot/
- name:
Expand Down

0 comments on commit 5f6b129

Please sign in to comment.