diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 7b3f46d..0cbefae 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -81,9 +81,9 @@ jobs: # fi # qlot exec ros install cl-info - # - name: Run Tests - # run: | - # set -x - # qlot exec cl-info --help - # qlot exec cl-info --version - # qlot exec cl-info cl-info + - name: Run Command Line Version + run: | + set -x + qlot exec cl-info --help + qlot exec cl-info --version + qlot exec cl-info cl-info