From 6f7f5997bf24fd86ad165a71969ca64289a62a2c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 00:01:55 +0300 Subject: [PATCH] Added Create Qlot Environment section. --- .github/actions/setup/action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f267a11..01a0fe9 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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: |