diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 122613631b..b94c7980cf 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -199,11 +199,11 @@ jobs: - name: Run chart-testing (install) run: | - mv -f library/common-test/runtests/${{ matrix.values }} library/common-test/values.yaml + mv -f library/common-test/runtests/${{ matrix.values }} library/common-test/ci/values.yaml ./kail --ignore-ns kube-system >> /tmp/output.log & ct install --config .github/ct-install-config/ct-install.yaml \ --charts library/common-test \ - --debug || ((echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log)) && exit 1 + --debug || (echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log) && exit 1 kill $! echo "" echo "" diff --git a/library/common-test/ci/jobs-cron-values.yaml b/library/common-test/ci/job-cron-values.yaml similarity index 100% rename from library/common-test/ci/jobs-cron-values.yaml rename to library/common-test/ci/job-cron-values.yaml