Skip to content

Commit

Permalink
Update bolt test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPtato committed Mar 21, 2024
1 parent e10ad25 commit 545c15d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/bolt-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 545c15d

Please sign in to comment.