From 37eb6053820a03e28ab67c7d67fde7d2d022133d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 21:00:03 +0200 Subject: [PATCH] Update common-tests.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/common-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 8e0eebf59906e..4c050ded8047b 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -72,7 +72,7 @@ jobs: run: | ct lint --config .github/ct-lint.yaml \ --lint-conf .github/lint-conf.yaml \ - --charts charts/library/common/test-chart \ + --charts charts/library/common-test \ --debug unittest: @@ -257,7 +257,7 @@ jobs: # Actually run the test ct install --config .github/ct-install.yaml \ - --charts charts/library/common/test-chart \ + --charts charts/library/common-test \ --debug || (echo -e "\n\n--===PODLOGS===--\n\n" && \ cat /tmp/output.log && \ rm -f /tmp/output.log && exit 1)