diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c114230..c5da13f6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,3 +21,7 @@ jobs: sudo mv kubebuilder_2.2.0_linux_amd64 /usr/local/kubebuilder - name: Run tests run: make test + - name: Verify manifests are up-to-date + run: | + make manifests + git diff --exit-code