We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009b949 commit b92e75dCopy full SHA for b92e75d
.github/workflows/terraform_provider_pr.yml
@@ -171,6 +171,17 @@ jobs:
171
go-version-file: go.mod
172
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_Upgrade"'
173
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
+
185
186
tfproviderlint:
187
name: tfproviderlint
0 commit comments