Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Oct 15, 2021
1 parent a3a24f2 commit 0e45af8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: nightly_e2e

on:
schedule:
- cron: 0 0 * * *
on: [pull_request]

jobs:
e2e:
Expand All @@ -15,7 +13,8 @@ jobs:
go-version: '^1.16.2'
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.0.1
terraform_version: 1.0.9
terraform_wrapper: false
- name: Run tests
env:
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}
Expand Down

0 comments on commit 0e45af8

Please sign in to comment.