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