fix: fix builder
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / CI run build and linting (pull_request) Successful in 20m7s
CI Workflow / Code coverage report (pull_request) Successful in 5s
CI Workflow / CI run tests (pull_request) Failing after 21m28s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 29m1s

This commit is contained in:
Marcel S. Henselin 2026-03-02 12:01:36 +01:00
parent 143df848ed
commit 5427b54995
9 changed files with 204 additions and 34 deletions

View file

@ -39,7 +39,7 @@ runs:
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/hashicorp/terraform-plugin-codegen-framework/cmd/tfplugingen-framework@latest
go install github.com/hashicorp/terraform-plugin-codegen-openapi/cmd/tfplugingen-openapi@latest
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.24.0
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@latest
- name: Setup JAVA ${{ inputs.java-distribution }} ${{ inputs.go-version }}
uses: actions/setup-java@v5
@ -51,10 +51,7 @@ runs:
shell: bash
run: |
set -e
cd generator
go mod tidy
go run main.go build
cd ..
go run generator/main.go build
- name: Run make to build app
shell: bash