Removed unnecessary context.
This commit is contained in:
parent
4883b8e9f8
commit
ab7083f49e
1 changed files with 2 additions and 34 deletions
36
.github/actions/run-tests/action.yml
vendored
36
.github/actions/run-tests/action.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: 'Install Roswell & Qlot'
|
name: 'Test Common Lisp System'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
asdf-system:
|
asdf-system:
|
||||||
|
@ -8,7 +8,7 @@ inputs:
|
||||||
description: A command to run tests
|
description: A command to run tests
|
||||||
required: false
|
required: false
|
||||||
qlfile-template:
|
qlfile-template:
|
||||||
description: 'Mustache template for qlfile'
|
description: "Djula template for qlfile. All environment variables are available in it's context"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
@ -84,35 +84,3 @@ runs:
|
||||||
${{ github.action_path }}/run-tests.ros ${{ inputs.asdf-system }} <<EOF
|
${{ github.action_path }}/run-tests.ros ${{ inputs.asdf-system }} <<EOF
|
||||||
${{ inputs.run-tests }}
|
${{ inputs.run-tests }}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# - name: Test
|
|
||||||
# shell: bash
|
|
||||||
# run: |
|
|
||||||
# echo ${{ inputs.qlfile-template }} > 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
|
|
||||||
|
|
Loading…
Reference in a new issue