Skip to content

Commit

Permalink
re 3 L 10
Browse files Browse the repository at this point in the history
  • Loading branch information
RE committed Dec 24, 2023
1 parent 760f0b0 commit 8845154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- uses: actions/checkout@v2
- name: build and test
run: |
rsync -av ./ /root/ros2_ws1/src/mypkg/
cd /root/ros2_ws1
rsync -av ./ /root/ros2_ws/src/mypkg/
cd /root/ros2_ws
rosdep update
rosdep install -i --from-path src --rosdistro humble -y
bash -xv ./src/mypkg/test/test.bash /root

0 comments on commit 8845154

Please sign in to comment.