From 8f3a47278a92575f04758d81129177e31269d046 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 28 Nov 2023 16:28:01 +0100 Subject: [PATCH] =?UTF-8?q?Making=20sure=20`catlin`=20works=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vincent Demeester --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 99386b1..f819670 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,8 +35,8 @@ jobs: set -Eeu helm template task-oc . > task-oc.yml cat task-oc.yml + catlin --help catlin validate task-oc.yml - exit 1 test-e2e: strategy: