Skip to content

Commit f68f7f0

Browse files
committed
fix: regex for qpf workflow is wrong
1 parent 99bd2a0 commit f68f7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
161161
with:
162162
go-version-file: go.mod
163-
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf_.*"'
163+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf.*"'
164164

165165
tfproviderlint:
166166
name: tfproviderlint

0 commit comments

Comments
 (0)