We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c41e5 commit 9acfff9Copy full SHA for 9acfff9
.github/workflows/test.yml
@@ -63,11 +63,15 @@ jobs:
63
fail-fast: false
64
matrix:
65
terraform:
66
- - "1.0.*"
67
- "1.1.*"
68
- "1.2.*"
69
- "1.3.*"
70
- "1.4.*"
+ - "1.5.*"
71
+ - "1.6.*"
72
+ - "1.7.*"
73
+ - "1.8.*"
74
+ - "1.9.*"
75
steps:
76
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
@@ -81,5 +85,7 @@ jobs:
81
85
- run: go mod download
82
86
- env:
83
87
TF_ACC: "1"
88
+ TINES_TENANT: ${{ secrets.TestTinesTenant }}
89
+ TINES_API_KEY: ${{ secrets.TestTinesApiKey }}
84
90
run: go test -v -cover ./internal/provider/
91
timeout-minutes: 10
0 commit comments