Skip to content

Commit

Permalink
chore(gha): enable tmate
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
  • Loading branch information
sthaha committed Mar 26, 2024
1 parent b9e924e commit ff30bfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ jobs:
- uses: ./.github/compute-version
id: version

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true

- name: Run e2e tests
run: |
./tests/run-e2e.sh --ci
Expand Down

0 comments on commit ff30bfe

Please sign in to comment.