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 .qlot/bin >> $GITHUB_PATH
echo ::endgroup:: 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 - name: Test
shell: bash shell: bash
run: | run: |

View file

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