mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
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:
10
.github/workflows/build-test-deploy.yaml
vendored
10
.github/workflows/build-test-deploy.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user