From 9f2f9adb3b7cbefe47554c5318ec884b28d2548a Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 01:33:37 +0300 Subject: [PATCH] Added section with CLI --- .github/workflows/install.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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