chore(ci): make sure our CI builds the prod binaries (#1813)

* chore(ci): make sure our CI builds the prod binaries

* chore(ci): turns out its all about go mod tidy

* chore(ci): turns out its all about go mod tidy
This commit is contained in:
João Antunes
2025-07-28 16:24:15 +01:00
committed by GitHub
parent 9ec487a2b6
commit b261d4a70d
2 changed files with 15 additions and 0 deletions

View File

@@ -27,6 +27,15 @@ jobs:
- name: Fails in order to indicate that pull request needs to be marked as ready to review and unit tests workflow needs to pass.
run: exit 1
tidy-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make tidy-diff
test-integration:
runs-on: ubuntu-latest
steps:
@@ -241,6 +250,7 @@ jobs:
validate-pr-tests:
runs-on: ubuntu-latest
needs:
- tidy-check
- test-integration
- run-examples
- compile-collect