fix: builder action
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / CI run tests (pull_request) Failing after 2m48s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 3m4s
CI Workflow / CI run build and linting (pull_request) Failing after 2m35s
CI Workflow / Code coverage report (pull_request) Has been skipped
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / CI run tests (pull_request) Failing after 2m48s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 3m4s
CI Workflow / CI run build and linting (pull_request) Failing after 2m35s
CI Workflow / Code coverage report (pull_request) Has been skipped
This commit is contained in:
parent
67a6017637
commit
67f1f940cb
1 changed files with 4 additions and 2 deletions
6
.github/actions/build/action.yaml
vendored
6
.github/actions/build/action.yaml
vendored
|
|
@ -51,8 +51,10 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
cd generator && go mod tidy && cd ..
|
||||
go run generator/main.go build
|
||||
cd generator
|
||||
go mod tidy
|
||||
go run main.go build
|
||||
cd ..
|
||||
|
||||
- name: Run make to build app
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue