Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa authored Apr 2, 2024
1 parent 4c5d880 commit cc33376
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:

- name: Run e2e tests
run: "make test-e2e"

- name: Post Run (Cleanup kind clusters)
id: post-run
uses: srz-zumix/post-run-action@v1
with:
post-run: |
kind get clusters | xargs -I% kind delete cluster --name %

0 comments on commit cc33376

Please sign in to comment.