-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: checkout dependency repositories
- Loading branch information
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|