mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-09-18 14:47:15 +00:00
chore: set TF_LOG=debug, always pull :latest envbuilder image (#14)
This commit is contained in:
parent
88ad94f356
commit
24b93e754d
2 changed files with 6 additions and 2 deletions
.github/workflows
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue