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
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:
parent
143df848ed
commit
5427b54995
9 changed files with 204 additions and 34 deletions
7
.github/actions/build/action.yaml
vendored
7
.github/actions/build/action.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue