From 3e710c7a49fe6ac3d1a14b44aeba012d52653d9c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 16 Jan 2023 17:10:21 +0100 Subject: [PATCH] fix typo --- .github/workflows/common_library_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 900cfca6..d94e85c8 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -296,9 +296,9 @@ jobs: cat /tmp/output.log rm -f /tmp/output.log - - name: Run chart-testing (install) - extracontrainers Values + - name: Run chart-testing (install) - extracontainers Values run: | - mv -f library/common-test/runtests/extracontrainers-values.yaml library/common-test/values.yaml + mv -f library/common-test/runtests/extracontainers-values.yaml library/common-test/values.yaml ./kail --ignore-ns kube-system --ignore-ns metallb-system --ignore-ns prometheus-operator --ignore-ns cert-manager --ignore-ns truecharts-system >> /tmp/output.log & ct install --config .github/ct-install-config/ct-install.yaml \ --charts library/common-test \