From: Adrian Iurca <45214757+adrianiurca@users.noreply.github.com> Date: Wed, 12 Jan 2022 16:26:53 +0000 (+0200) Subject: start debug session X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=27ac8554fab2d010cfd64ee7f842e96c62323b99;p=puppet-modules%2Fpuppetlabs-firewall.git start debug session --- 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