Skip to content

Commit

Permalink
ci: checkout dependency repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Nov 6, 2023
1 parent 7c1bb05 commit 0c6b2be
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,35 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
- name: Checkout
uses: actions/[email protected]
with:
path: kansei

- name: Checkout Keisan
uses: actions/[email protected]
with:
repository: ichiro-its/keisan
path: keisan

- name: Checkout Kansei Interfaces
uses: actions/[email protected]
with:
repository: ichiro-its/kansei_interfaces
path: kansei_interfaces

- name: Checkout Musen
uses: actions/[email protected]
with:
repository: ichiro-its/musen
path: musen

- name: Checkout Tachimawari
uses: actions/[email protected]
with:
repository: ichiro-its/tachimawari
path: tachimawari

- name: Setup workspace
uses: ichiro-its/ros2-ws-action/[email protected]
with:
Expand Down

0 comments on commit 0c6b2be

Please sign in to comment.