Skip to content

Commit

Permalink
setup TF_PLUGIN_CACHE_DIR for test
Browse files Browse the repository at this point in the history
  • Loading branch information
krrrr38 committed Jan 31, 2023
1 parent 353d9d4 commit 7dc52cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -29,6 +29,8 @@ jobs:
name: runner / gotest
runs-on: ubuntu-22.04
container: ghcr.io/runatlantis/testing-env:latest
env:
TF_PLUGIN_CACHE_DIR: ${{ github.workspace }}/.terraform.d/plugin-cache
steps:
- uses: actions/checkout@v3
- run: make test-all
Expand Down

0 comments on commit 7dc52cc

Please sign in to comment.