Trying group.

This commit is contained in:
Alexander Artemenko 2021-02-02 11:43:43 +03:00
parent 5e60fd2454
commit 9da96990aa

View file

@ -57,7 +57,7 @@ runs:
echo .qlot/bin >> $GITHUB_PATH echo .qlot/bin >> $GITHUB_PATH
echo ::endgroup:: echo ::endgroup::
- name: Test Ros - name: Run a custom Roswell Script
shell: ros -Q -- {0} "$@" shell: ros -Q -- {0} "$@"
run: | run: |
(progn (progn
@ -67,10 +67,12 @@ runs:
(defun main (args) (defun main (args)
(declare (ignore args)) (declare (ignore args))
(format t "::group::Custom Roswell Script~%")
(format t "Lisp: ~A ~A~%ASDF: ~A~%" (format t "Lisp: ~A ~A~%ASDF: ~A~%"
(lisp-implementation-version) (lisp-implementation-version)
(lisp-implementation-type) (lisp-implementation-type)
(asdf:asdf-version))) (asdf:asdf-version))
(format t "::endgroup::~%"))
# - name: Test # - name: Test
# shell: bash # shell: bash