Action and workflow were renamed.

This commit is contained in:
Alexander Artemenko 2021-02-03 03:30:25 +03:00
parent 9145e3b1f1
commit 66f3745b33
4 changed files with 7 additions and 5 deletions

View file

@ -59,7 +59,7 @@ runs:
echo ::group::Create Qlot Environment
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
echo "${QLFILE_TEMPLATE}" | .github/actions/setup/templater.ros > qlfile
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/templater.ros > qlfile
rm -f qlfile.lock
fi

View file

@ -1,4 +1,4 @@
name: 'Check Installation'
name: 'CI'
on:
# This will run tests on pushes
@ -15,7 +15,7 @@ on:
- cron: '0 10 * * 1'
jobs:
run_tests:
run-tests:
strategy:
fail-fast: false
matrix:
@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: 40ants/cl-info/.github/actions/setup@custom-action
- uses: 40ants/cl-info/.github/actions/run-tests@custom-action
with:
asdf-system: cl-info
qlfile-template: |
@ -71,6 +71,8 @@ jobs:
dist ultralisp http://dist.ultralisp.org
{% endifequal %}
# This is additional step to check
# a command line script
- name: Run Command Line Version
run: |
echo ::group::Help Argument