Skip to content

Commit 0b35af9

Browse files
committed
chore: adding in new essentials sub tests into pr workflow
1 parent bd16dd5 commit 0b35af9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)