Skip to content

Commit

Permalink
Add tmate for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Oct 4, 2024
1 parent bf95341 commit 36bc6dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ jobs:
working-directory: tests
shell: bash

# tmate action for debugging
- name: Setup tmate session
if: runner.os == 'Linux'
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: Run Smoke Tests as a bucket on Linux
if: ${{ runner.os != 'Windows' && format('{0}', inputs.buckets) != '' }}
env:
Expand Down

0 comments on commit 36bc6dd

Please sign in to comment.