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 21f744f commit ad1126cCopy full SHA for ad1126c
.github/workflows/terraform_provider.yml
@@ -139,7 +139,7 @@ jobs:
139
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
140
with:
141
go-version-file: go.mod
142
- - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(ProDatabase_CRUDI)"'
+ - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_CRUDI"'
143
144
145
go_test_smoke_misc:
0 commit comments