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 @@ -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]
You can’t perform that action at this time.
0 commit comments