diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2197e45..b664eb8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: - name: Run Catlin linting run: | set -Eeu - helm template task-oc . > task-oc.yaml + helm template task-openshift-client . > task-oc.yaml cat task-oc.yaml catlin validate task-oc.yaml || true