]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
start debug session
authorAdrian Iurca <45214757+adrianiurca@users.noreply.github.com>
Wed, 12 Jan 2022 16:26:53 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jan 2022 16:26:53 +0000 (18:26 +0200)
.github/workflows/pr_test.yml

index e2ba9f4651f9a8f48febaef50a494c32504bf571..89767d3fd2e38afa3ce580c056b3daa58eb62909 100644 (file)
@@ -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