chore: set TF_LOG=debug, always pull :latest envbuilder image ()

This commit is contained in:
Cian Johnston 2024-08-05 12:42:32 +01:00 committed by GitHub
commit 24b93e754d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions
.github/workflows

View file

@ -85,5 +85,6 @@ jobs:
- run: make test-registry
- env:
TF_ACC: "1"
TF_LOG: "debug"
run: go test -v -cover ./internal/provider/
timeout-minutes: 10