Added a step to do ros install.
This commit is contained in:
parent
9f2f9adb3b
commit
3e43e468a8
1 changed files with 10 additions and 0 deletions
10
.github/actions/setup/action.yml
vendored
10
.github/actions/setup/action.yml
vendored
|
@ -80,6 +80,16 @@ runs:
|
|||
qlot install
|
||||
echo ::endgroup::
|
||||
|
||||
# This step will install system and
|
||||
# all possible roswell scripts, if the system
|
||||
# has them in the roswell/ subdirectory:
|
||||
- name: Install ASDF System
|
||||
shell: bash
|
||||
run: |
|
||||
echo ::group::Install ASDF System
|
||||
qlot exec ros install ${{ inputs.asdf-system }}
|
||||
echo ::endgroup::
|
||||
|
||||
- name: Run Tests
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue