Skip to content

Commit

Permalink
Add tmate to help debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewuolle committed Nov 29, 2024
1 parent 2adb886 commit 4dd3656
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ jobs:
AZURE_CLIENT_ID: ${{ secrets.CI_AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.CI_AZURE_CLIENT_SECRET }}
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
timeout-minutes: 90
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4dd3656

Please sign in to comment.