Skip to content

Commit

Permalink
Debug the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Oct 3, 2024
1 parent b0c231a commit 19cfad6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:

- name: Run verify
run: just verify
env:
LOCAL_CLUSTER_RUNNER_RETAIN_TEMPDIR: "true"

- name: Setup interactive ssh session
if: ${{ failure() }}
uses: Warpbuilds/action-debugger@v1.3

docker:
name: Create docker image
Expand Down

0 comments on commit 19cfad6

Please sign in to comment.