Skip to content

Commit

Permalink
enable TF logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Nov 28, 2023
1 parent 72539d0 commit 571fa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
MONGODB_ATLAS_TEAMS_IDS: ${{ vars.MONGODB_ATLAS_TEAMS_IDS }}
SKIP_TEST_EXTERNAL_CREDENTIALS: ${{ vars.SKIP_TEST_EXTERNAL_CREDENTIALS }}
ACCTEST_TIMEOUT: ${{ vars.ACCTEST_TIMEOUT }}
TF_LOG: ${{ vars.LOG_LEVEL }}
TF_LOG: "DEBUG"
TF_ACC: 1
PARALLEL_GO_TEST: 20
CI: true
Expand Down

0 comments on commit 571fa00

Please sign in to comment.