Skip to content

Commit

Permalink
Set TF_ACC_TEMP_DIR in acctest action
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Jan 15, 2025
1 parent e06e7b2 commit 47e6b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
env:
KUBE_CONFIG_PATH: ${{ env.KUBECONFIG }}
TF_ACC_TERRAFORM_VERSION: ${{ matrix.terraform_version }}
TF_ACC_TEMP_DIR: ${{ runner.temp }}
TESTARGS: "-parallel 1"
run: |
make testacc

0 comments on commit 47e6b74

Please sign in to comment.