Added Create Qlot Environment section.

This commit is contained in:
Alexander Artemenko 2021-02-03 00:01:55 +03:00
parent 48784bff63
commit 6f7f5997bf

View file

@ -73,7 +73,12 @@ runs:
# (lisp-implementation-type)
# (asdf:asdf-version))
# (format t "::endgroup::~%"))
- name: Create Qlot Environment
run: |
echo ::group::Create Qlot Environment
qlot install
echo ::endgroup::
- name: Run Tests
shell: bash
run: |