Skip to content

Commit

Permalink
Try ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Apr 2, 2024
1 parent e2e645e commit c9ae663
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,21 @@ jobs:
fi
fi
ssh_session:
runs-on: ubuntu-latest
steps:
- name: Checkout github repo
uses: actions/checkout@v3
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}

benchmarks:
runs-on: ubuntu-latest
needs: [build]
Expand Down

0 comments on commit c9ae663

Please sign in to comment.