Skip to content

Commit

Permalink
Enable tmate for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Sep 27, 2024
1 parent 3e6bf53 commit 16a9359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:
S3_FOLDER: "db_backup/"
SLACK_CHANNEL: "#observability-test"
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

- name: Setup tmate debug session on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

0 comments on commit 16a9359

Please sign in to comment.