Skip to content

Commit 554a721

Browse files
committed
chore: add new tests to smoke tests
1 parent c722762 commit 554a721

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)