From 005faa1263dfa9ed8075c39d67edb2f3b1dc8507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Wed, 27 Jul 2022 21:17:48 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A7=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/charts-test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 9cd563db..4079acc5 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -89,7 +89,7 @@ jobs: kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true - name: Run chart-testing (install) - run: ct install --config .ci/ct/ct.yaml --charts ${{ matrix.chart }} + run: ct install --config .ci/ct/ct.yaml --charts "charts/${{ matrix.chart }}" # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7 install_success: @@ -131,7 +131,8 @@ jobs: - name: Run tests run: | helm plugin install https://github.com/vbehar/helm3-unittest --version v1.0.16 - cd ${{ matrix.chart }} + cd "charts/${{ matrix.chart }}" + helm dep update helm unittest -f "tests/**/*_test.yaml" . # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7