Added test roswell step

This commit is contained in:
Alexander Artemenko 2021-02-02 10:53:35 +03:00
parent 5ff4cbc2b5
commit 39d1d76bfc
2 changed files with 16 additions and 6 deletions

View file

@ -57,6 +57,16 @@ runs:
echo .qlot/bin >> $GITHUB_PATH
echo ::endgroup::
- name: Test Ros
shell: ros -Q -- $0 "$@"
run: |
(progn
(ros:ensure-asdf)
#+quicklisp
(ql:quickload '() :silent t))
(format t "Hello World!~%")
- name: Test
shell: bash
run: |

View file

@ -64,12 +64,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: 40ants/cl-info/.github/actions/setup@custom-action
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
NGROK_REGION: eu
SSH_PASS: ${{ secrets.SSH_PASS }}
# - name: Start SSH session
# uses: luchihoratiu/debug-via-ssh@main
# with:
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
# NGROK_REGION: eu
# SSH_PASS: ${{ secrets.SSH_PASS }}
# - name: Install System
# run: |