Update common-tests.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 21:00:03 +02:00
committed by GitHub
parent 09204a198c
commit 37eb605382
+2 -2
View File
@@ -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)