Skip to content

Commit

Permalink
Verify generated manifests are up-to-date in the 'Test Build' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipovetsky committed Dec 20, 2023
1 parent 276ce88 commit ec1aa95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
with:
go-version: "^1.21"

- name: Test build
run: make manifests generate fmt vet build
- name: Verify that generated manifests committed to the repository are up to date
run: make verify-manifests

- name: Build
run: make generate fmt vet build

- name: Run unit tests
run: make unit-test
Expand Down

0 comments on commit ec1aa95

Please sign in to comment.