File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,18 @@ jobs:
123123 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
124124 with :
125125 go-version-file : go.mod
126- - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudEssentialsDatabase_CRUDI"'
126+ - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudEssentialsSubscription"'
127+
128+ go_test_smoke_essentials_sub :
129+ name : go test smoke essentials db
130+ needs : [go_build]
131+ runs-on : ubuntu-latest
132+ steps :
133+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
134+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
135+ with :
136+ go-version-file : go.mod
137+ - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudEssentialsSubscription_CRUDI"'
127138
128139
129140 go_test_smoke_pro_db :
You can’t perform that action at this time.
0 commit comments