Skip to content

Commit

Permalink
fix: linked repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
aerin-brown-codes authored Oct 14, 2023
1 parent 6f1b13d commit abaae8a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-20.04
name: Catkin Build Test
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -39,8 +42,9 @@ jobs:
- name: Setup Repo
run: |
cd ~
mkdir --parents catkin_ws/src
git clone https://github.com/mcgill-robotics/rover.git
ln -s $GITHUB_WORKSPACE
cd ..
- name: Catkin Build
Expand All @@ -53,6 +57,5 @@ jobs:
- name: Settle Test
shell: bash
run: |
cd catkin_ws
source devel/setup.bash
rostest planner settle.test

0 comments on commit abaae8a

Please sign in to comment.