Stop tracking generated files

Run make generate in CI lint and test jobs since generated files are
now gitignored. Also include Relay codegen for frontend apps in the
generate target.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-16 15:17:01 +01:00
parent 3e3138f764
commit 807213d384
516 changed files with 134 additions and 263935 deletions

View File

@@ -152,6 +152,7 @@ jobs:
with:
name: "build-artifacts"
- run: "chmod +x bin/probod"
- run: "make generate"
- name: "Run go vet"
run: "go vet ./..."
- name: "Run golangci-lint"
@@ -196,6 +197,7 @@ jobs:
with:
name: "build-artifacts"
- run: "chmod +x bin/probod"
- run: "make generate"
- run: "make test"
env:
GOTESTSUM_JUNITFILE: "junit.xml"