Skip to content

Commit

Permalink
Cleanup equinix projects after e2e run
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Oct 15, 2021
1 parent 8be575d commit ee8ce32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

jobs:
e2e:
runs-on: ubuntu-latest
name: e2e tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand All @@ -17,6 +17,11 @@ jobs:
with:
terraform_version: 1.0.1
- name: Run tests
run: make test-e2e
env:
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}
run: make test-e2e
- name: Cleanup
uses: weaveworks/metal-janitor-action@b0373b3a6a8bb1e6573616040121c22ba230cdc8
with:
metal-auth-token: ${{ secrets.METAL_AUTH_TOKEN }}
project-names: 'quicksilver_e2e_1'

0 comments on commit ee8ce32

Please sign in to comment.