Skip to content

Commit

Permalink
Clone required repos
Browse files Browse the repository at this point in the history
  • Loading branch information
supex0fan committed Jan 22, 2024
1 parent d9a2182 commit 07dc628
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,24 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checking out
- name: Checking out QUTMS Driverless
uses: actions/[email protected]
with:
submodules: recursive

- name: 'Checking out eufs_msgs'
uses: actions/[email protected]
with:
repository: QUT-Motorsport/eufs_sim

- name: 'Checking out eufs_rviz_plugins'
run: git clone https://gitlab.com/eufs/eufs_rviz_plugins.git

- name: 'Checking out sbg_ros2_driver'
uses: actions/[email protected]
with:
repository: SBG-Systems/sbg_ros2_driver

- name: Building and testing
uses: ichiro-its/[email protected]
with:
Expand Down

0 comments on commit 07dc628

Please sign in to comment.