Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 865edf6

Browse files
madalazaruniemimu
authored andcommitted
Always run E2E clean-up script for Kind
Signed-off-by: Madalina Lazar <[email protected]>
1 parent 362d5b5 commit 865edf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/end-to-end-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ jobs:
5959
- name: Run end to end tests
6060
run: cd .github/e2e/&& go test -v e2e_test.go
6161
- name: Clean up Kind cluster
62+
if: ${{ always() }}
6263
run: ./.github/scripts/e2e_teardown_cluster.sh && ./.github/scripts/e2e_cleanup.sh

0 commit comments

Comments
 (0)