diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3db8858a..88d2d202d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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]