Skip to content

Commit b92e75d

Browse files
committed
chore: adding privatelink to smoke tests
1 parent 009b949 commit b92e75d

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
@@ -171,6 +171,17 @@ jobs:
171171
go-version-file: go.mod
172172
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_Upgrade"'
173173

174+
go_test_privatelink:
175+
name: go test smoke privatelink
176+
needs: [ go_build ]
177+
runs-on: ubuntu-latest
178+
steps:
179+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
180+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
181+
with:
182+
go-version-file: go.mod
183+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudPrivateLink_CRUDI"'
184+
174185

175186
tfproviderlint:
176187
name: tfproviderlint

0 commit comments

Comments
 (0)