Skip to content

Commit

Permalink
Add tmate session to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Sep 24, 2024
1 parent 6fcc54f commit 774c667
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,14 @@ jobs:
LDAP_URL: ldap://localhost:389
LDAP_BASE_DN: dc=services,dc=sram,dc=tld

# Setup tmate session
- name: Setup tmate session
env:
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG}}
if: ${{ failure() && env.ACTIONS_STEP_DEBUG == 'true' }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
timeout-minutes: 60


0 comments on commit 774c667

Please sign in to comment.