Skip to content

Commit

Permalink
Run acceptance tests in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Dec 6, 2022
1 parent b6f3578 commit ddbb43f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nightly-tfe-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Run Tests
env:
TF_ACC: "1"
ENABLE_TFE: "1"
TFC_RUN_TASK_URL: "https://httpstat.us/200"
GITHUB_POLICY_SET_IDENTIFIER: "hashicorp/test-policy-set"
Expand Down
1 change: 0 additions & 1 deletion tfe/resource_tfe_registry_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ func TestAccTFERegistryModule_noCodeModule(t *testing.T) {
}

resource.Test(t, resource.TestCase{
IsUnitTest: true,
PreCheck: func() {
testAccPreCheck(t)
},
Expand Down

0 comments on commit ddbb43f

Please sign in to comment.