From 27ac8554fab2d010cfd64ee7f842e96c62323b99 Mon Sep 17 00:00:00 2001 From: Adrian Iurca <45214757+adrianiurca@users.noreply.github.com> Date: Wed, 12 Jan 2022 18:26:53 +0200 Subject: [PATCH] start debug session --- .github/workflows/pr_test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index e2ba9f4..89767d3 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -120,6 +120,13 @@ jobs: echo STEP_ID=${{ matrix.platforms.image }}-${{ matrix.collection }}-2 >> $GITHUB_ENV echo STEP_START=$(date +%s) >> $GITHUB_ENV + - name: Start SSH session + if: ${{ matrix.platforms.image == "litmusimage/centos:6" }} + uses: luchihoratiu/debug-via-ssh@main + with: + NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} + SSH_PASS: ${{ secrets.SSH_PASS }} + - name: Provision test environment run: | if [[ "${{matrix.platforms.provider}}" == "provision::docker" ]]; then -- 2.45.2