Browse Source

ssh debug

Samuel Attard 10 months ago
parent
commit
cb9866d4e2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/pipeline-segment-electron-test.yml

+ 5 - 0
.github/workflows/pipeline-segment-electron-test.yml

@@ -45,6 +45,11 @@ jobs:
       if: ${{ inputs.target-arch == 'arm' }}
       run: |
         cp $(which node) /mnt/runner-externals/node20/bin/
+    - name: Setup tmate session
+      if: ${{ inputs.target-platform == 'macos' }}
+      uses: mxschmitt/action-tmate@v3
+      with:
+        limit-access-to-actor: true
     - name: Add TCC permissions on macOS
       if: ${{ inputs.target-platform == 'macos' }}
       run: |