diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 4196b16..8935560 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -79,6 +79,16 @@ runs: echo ::group::Create Qlot Environment 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