Skip to content

Commit 9acfff9

Browse files
committed
Fix Terraform acceptance tests
1 parent 99c41e5 commit 9acfff9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,15 @@ jobs:
6363
fail-fast: false
6464
matrix:
6565
terraform:
66-
- "1.0.*"
6766
- "1.1.*"
6867
- "1.2.*"
6968
- "1.3.*"
7069
- "1.4.*"
70+
- "1.5.*"
71+
- "1.6.*"
72+
- "1.7.*"
73+
- "1.8.*"
74+
- "1.9.*"
7175
steps:
7276
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7377
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
@@ -81,5 +85,7 @@ jobs:
8185
- run: go mod download
8286
- env:
8387
TF_ACC: "1"
88+
TINES_TENANT: ${{ secrets.TestTinesTenant }}
89+
TINES_API_KEY: ${{ secrets.TestTinesApiKey }}
8490
run: go test -v -cover ./internal/provider/
8591
timeout-minutes: 10

0 commit comments

Comments
 (0)