Skip to content

Commit 99bd2a0

Browse files
committed
chore: changing pr workflow to include qpf tests
1 parent f52df24 commit 99bd2a0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@ jobs:
149149
go-version-file: go.mod
150150
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
151151

152+
# TODO: remove this after release
153+
# qpf = query performance factor
154+
go_test_smoke_qpf:
155+
name: go test smoke qpf
156+
needs: [ go_build ]
157+
runs-on: ubuntu-latest
158+
steps:
159+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
161+
with:
162+
go-version-file: go.mod
163+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf_.*"'
164+
152165
tfproviderlint:
153166
name: tfproviderlint
154167
needs: [go_build]

0 commit comments

Comments
 (0)