File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,33 +105,3 @@ jobs:
105105 env :
106106 NEON_API_KEY : ${{ secrets.NEON_API_KEY }}
107107 ORG_ID : ${{ secrets.ORG_ID }}
108-
109- acc-test-tofu :
110- name : Tofu Provider Acceptance Tests
111- needs : test
112- runs-on : ubuntu-latest
113- timeout-minutes : 15
114- strategy :
115- fail-fast : false
116- matrix :
117- terraform :
118- - ' 1.6.*'
119- - ' 1.7.*'
120- - ' 1.8.*'
121- - ' 1.9.*'
122- - ' 1.10.*'
123- steps :
124- - uses : actions/checkout@v4
125- - uses : actions/setup-go@v5
126- with :
127- go-version-file : ' go.mod'
128- cache : true
129- - uses : opentofu/setup-opentofu@v1
130- with :
131- tofu_version : ${{ matrix.terraform }}
132- tofu_wrapper : false
133- - run : go mod download
134- - run : make testacc
135- env :
136- NEON_API_KEY : ${{ secrets.NEON_API_KEY }}
137- ORG_ID : ${{ secrets.ORG_ID }}
You can’t perform that action at this time.
0 commit comments