Skip to content

Commit

Permalink
Enable debugging session for failed jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Jan 9, 2025
1 parent 48dfc61 commit 2228f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ jobs:
with:
name: ${{ env.artifact_name }}
path: ${{ github.workspace }}/inspection-reports.tar.gz
- name: Tmate debugging session
if: ${{ failure() && github.event_name == 'pull_request' }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

0 comments on commit 2228f72

Please sign in to comment.