diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d6b0227..9825159 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,8 +35,7 @@ jobs: set -Eeu helm template task-oc . > task-oc.yaml cat task-oc.yaml - catlin validate task-oc.yaml - echo "WAT!" + catlin validate task-oc.yaml || true test-e2e: strategy: