diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f819670..66b95e9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,9 +34,9 @@ jobs: run: | set -Eeu helm template task-oc . > task-oc.yml - cat task-oc.yml catlin --help - catlin validate task-oc.yml + catlin validate --help + catlin validate ./task-oc.yml test-e2e: strategy: