From ab7083f49ef50dd43f566de375eb2bdd22f4bcfc Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 19:12:41 +0300 Subject: [PATCH] Removed unnecessary context. --- .github/actions/run-tests/action.yml | 36 ++-------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index 8791d83..7f6d673 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -1,4 +1,4 @@ -name: 'Install Roswell & Qlot' +name: 'Test Common Lisp System' inputs: asdf-system: @@ -8,7 +8,7 @@ inputs: description: A command to run tests required: false qlfile-template: - description: 'Mustache template for qlfile' + description: "Djula template for qlfile. All environment variables are available in it's context" required: false runs: @@ -84,35 +84,3 @@ runs: ${{ github.action_path }}/run-tests.ros ${{ inputs.asdf-system }} < qlfile - # - name: Install Dependencies - # shell: bash - # run: | - # if [[ -e qlfile ]]; then - # rm -fr qlfile.lock - # else: - # if [[ "${QUICKLISP_DIST}" == 'ultralisp' ]]; then - # echo dist ultralisp http://dist.ultralisp.org/ >> qlfile - # fi - # fi - # qlot install - # - name: Install System - # shell: bash - # run: | - # if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then - # qlot exec ros install 40ants/defmain - # fi - - # qlot exec ros install cl-info - # - name: Install System - # shell: bash - # run: | - # if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then - # qlot exec ros install 40ants/defmain - # fi - - # qlot exec ros install cl-info