diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef6d1d0..337a23d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,8 +20,8 @@ jobs: - name: Display Go version run: go version - name: Check that all autogenerated files are up to date - run: make manifests generate && git diff --quiet HEAD -- + run: make manifests generate && git diff HEAD -- - name: Check that all docs are up to date - run: make docs && git diff --quiet HEAD -- + run: make docs && git diff HEAD -- - name: Unit Test run: make test