Moved debug section.

This commit is contained in:
Alexander Artemenko 2021-02-02 10:20:16 +03:00
parent 0b0ef9e9f5
commit 7a15d3f360
2 changed files with 7 additions and 7 deletions

View file

@ -47,13 +47,6 @@ runs:
ros install qlot ros install qlot
echo .qlot/bin >> $GITHUB_PATH echo .qlot/bin >> $GITHUB_PATH
- 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 Dependencies - name: Install Dependencies
shell: bash shell: bash
run: | run: |

View file

@ -63,6 +63,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- 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 }}
- uses: 40ants/cl-info/.github/actions/setup@custom-action - uses: 40ants/cl-info/.github/actions/setup@custom-action
- name: Install System - name: Install System
run: | run: |