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

This commit is contained in:
Marcel_Henselin 2026-03-02 11:09:57 +01:00
parent 67a6017637
commit 67f1f940cb

View file

@ -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