From b52c89dab19bfcda142e4da112b8142159e96f7d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 3 Sep 2021 12:16:39 +0200 Subject: [PATCH] fix test typo --- .github/workflows/apps.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index c4667219376..e3f5974387f 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -100,7 +100,7 @@ jobs: run: | if test -f "./charts/incubator/${{ matrix.app }}/Chart.yaml"; then train="incubator" - else if test -f "./charts/stable/${{ matrix.app }}/Chart.yaml"; then + elif test -f "./charts/stable/${{ matrix.app }}/Chart.yaml"; then train="stable" elif test -f "./charts/library/${{ matrix.app }}/Chart.yaml"; then train="library"