Skip to content

Commit

Permalink
Enable nightly execution of kind test (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheneska authored Jul 7, 2023
1 parent 36fe160 commit 5d544be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/acceptance_tests_kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
terraformVersion:
description: Terraform version
default: 1.4.0
schedule:
cron: '0 21 * * *'

env:
KUBECONFIG: ${{ github.workspace }}/.kube/config
Expand Down Expand Up @@ -42,3 +44,6 @@ jobs:
TESTARGS: -run '${{ github.event.inputs.runTests }}'
run: |
make testacc

0 comments on commit 5d544be

Please sign in to comment.