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 ad1126c commit 6b37aa5Copy full SHA for 6b37aa5
.github/workflows/terraform_provider.yml
@@ -151,7 +151,7 @@ jobs:
151
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
152
with:
153
go-version-file: go.mod
154
- - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI|CloudAccount_basic)"'
+ - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
155
156
# go_test_databases:
157
# name: go test Databases
0 commit comments