Skip to content

Commit

Permalink
Try copying the tests in too?
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Dec 4, 2024
1 parent 5f6b129 commit 0725644
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
.github
.docker_volumes
.docker_cache
.mypy_cache
pkgs/*/*_test
.mypy_cache
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ 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 0725644

Please sign in to comment.