File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,17 @@ jobs:
136136 go-version-file : go.mod
137137 - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveDatabase_CRUDI"'
138138
139+ go_test_smoke_aa_db_enable_default_user :
140+ name : go test smoke aa db enable default user
141+ needs : [go_unit_test, tfproviderlint, terraform_providers_schema]
142+ runs-on : ubuntu-latest
143+ steps :
144+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
145+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
146+ with :
147+ go-version-file : go.mod
148+ - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveDatabase_enableDefaultUser"'
149+
139150 go_test_smoke_essentials_sub :
140151 name : go test smoke essentials sub
141152 needs : [go_unit_test, tfproviderlint, terraform_providers_schema]
You can’t perform that action at this time.
0 commit comments