More generic steps names.

This commit is contained in:
Alexander Artemenko 2021-01-27 11:45:28 +03:00
parent 17a54501af
commit 00cd3c4531

View file

@ -63,7 +63,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Show env - name: Show ENV
run: | run: |
env | sort -u env | sort -u
- name: Install Roswell - name: Install Roswell
@ -78,7 +78,7 @@ jobs:
curl -L https://raw.githubusercontent.com/svetlyak40wt/roswell/patches/scripts/install-for-ci.sh | sh curl -L https://raw.githubusercontent.com/svetlyak40wt/roswell/patches/scripts/install-for-ci.sh | sh
echo $HOME/.roswell/bin >> $GITHUB_PATH echo $HOME/.roswell/bin >> $GITHUB_PATH
- name: Upgrade ASDF to the latest version - name: Upgrade ASDF to the Latest Version
run: | run: |
ros install asdf ros install asdf
- name: Install Qlot - name: Install Qlot
@ -95,14 +95,14 @@ jobs:
fi fi
qlot install qlot install
- name: Install CL-INFO - name: Install System
run: | run: |
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
qlot exec ros install 40ants/defmain qlot exec ros install 40ants/defmain
fi fi
qlot exec ros install cl-info qlot exec ros install cl-info
- name: Run CL-INFO - name: Run Tests
run: | run: |
set -x set -x
qlot exec cl-info --help qlot exec cl-info --help