Skip to content

Commit 44d6575

Browse files
committed
chore: adding block public endpoints to smoke tests
1 parent e3649cc commit 44d6575

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
@@ -182,6 +182,17 @@ jobs:
182182
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudPrivateLink_CRUDI"'
183183

184184

185+
go_test_block_public_endpoints:
186+
name: go test smoke public endpoints
187+
needs: [ go_build ]
188+
runs-on: ubuntu-latest
189+
steps:
190+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
191+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
192+
with:
193+
go-version-file: go.mod
194+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(RedisCloudProDatabaseBlockPublicEndpoints|ActiveActiveSubscriptionDatabaseBlockPublicEndpoints)"'
195+
185196
go_unit_test:
186197
name: go unit test
187198
needs: [go_build]

0 commit comments

Comments
 (0)