Added Create Qlot Environment section.
This commit is contained in:
parent
48784bff63
commit
6f7f5997bf
1 changed files with 6 additions and 1 deletions
7
.github/actions/setup/action.yml
vendored
7
.github/actions/setup/action.yml
vendored
|
@ -73,7 +73,12 @@ runs:
|
||||||
# (lisp-implementation-type)
|
# (lisp-implementation-type)
|
||||||
# (asdf:asdf-version))
|
# (asdf:asdf-version))
|
||||||
# (format t "::endgroup::~%"))
|
# (format t "::endgroup::~%"))
|
||||||
|
- name: Create Qlot Environment
|
||||||
|
run: |
|
||||||
|
echo ::group::Create Qlot Environment
|
||||||
|
qlot install
|
||||||
|
echo ::endgroup::
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue