Added test roswell step
This commit is contained in:
parent
5ff4cbc2b5
commit
39d1d76bfc
2 changed files with 16 additions and 6 deletions
10
.github/actions/setup/action.yml
vendored
10
.github/actions/setup/action.yml
vendored
|
@ -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: |
|
||||
|
|
12
.github/workflows/install.yml
vendored
12
.github/workflows/install.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue