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 cd73229 commit 4c5d880
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
e2e:
runs-on: [capmox,e2e,dcd-playground]
environment: e2e
continue-on-error: true # to make sure post runs
env:
PROXMOX_URL: ${{ secrets.PROXMOX_URL }}
PROXMOX_TOKEN: ${{ secrets.PROXMOX_TOKEN }}
Expand All @@ -34,11 +33,3 @@ jobs:

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

post:
runs-on: [capmox,e2e,dcd-playground]
environment: e2e
steps:
- name: cleanup kind clusters
run: |
kind get clusters | xargs kind delete cluster --name

0 comments on commit 4c5d880

Please sign in to comment.