From 545c15dcff18fea85b3a89980888e4913c6f3852 Mon Sep 17 00:00:00 2001 From: MasterPtato Date: Thu, 21 Mar 2024 17:50:03 +0000 Subject: [PATCH] Update bolt test workflow --- .github/workflows/bolt-test.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bolt-test.yaml b/.github/workflows/bolt-test.yaml index 4ba7014e5..81674a401 100644 --- a/.github/workflows/bolt-test.yaml +++ b/.github/workflows/bolt-test.yaml @@ -37,9 +37,13 @@ jobs: - name: Bolt Test run: nix-shell --pure --run "bolt test" - - name: K3D Cleanup - if: always() - run: nix-shell --pure --run "k3d cluster delete rivet-ci" + - name: Tmate + if: failure() + uses: mxschmitt/action-tmate@v3 + + # - name: K3D Cleanup + # if: always() + # run: nix-shell --pure --run "k3d cluster delete rivet-ci" - name: Force Parallel Failure if: failure()