Skip to content

Commit 62939c6

Browse files
committed
remove installing local tf
1 parent 923b688 commit 62939c6

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/gotest.yml

-24
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,6 @@ jobs:
1818
- uses: actions/setup-go@v5
1919
with:
2020
go-version: 1.22.8
21-
- name: Install Coder Terraform Provider Locally
22-
uses: actions/[email protected]
23-
with:
24-
repository: 'coder/terraform-provider-coder'
25-
ref: 'stevenmasley/form_control'
26-
path: "terraform-provider-coder"
27-
- name: Build Local Terraform Provider
28-
run: |
29-
cd terraform-provider-coder
30-
go build -o terraform-provider-coder
31-
cd ..
32-
- name: Setup dev terraform
33-
run: |
34-
touch $HOME/.terraformrc
35-
echo provider_installation { > $HOME/.terraformrc
36-
echo dev_overrides { >> $HOME/.terraformrc
37-
echo "coder/coder" = "$GITHUB_WORKSPACE/terraform-provider-coder" >> $HOME/.terraformrc
38-
echo } >> $HOME/.terraformrc
39-
echo direct {} >> $HOME/.terraformrc
40-
echo } >> $HOME/.terraformrc
41-
42-
echo "'.terraformrc' contents"
43-
cat $HOME/.terraformrc
44-
4521
- uses: actions/[email protected]
4622
- name: Install gotestsum
4723
shell: bash

0 commit comments

Comments
 (0)