Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ct lint --config .github/ct-lint.yaml \
|
ct lint --config .github/ct-lint.yaml \
|
||||||
--lint-conf .github/lint-conf.yaml \
|
--lint-conf .github/lint-conf.yaml \
|
||||||
--charts charts/library/common/test-chart \
|
--charts charts/library/common-test \
|
||||||
--debug
|
--debug
|
||||||
|
|
||||||
unittest:
|
unittest:
|
||||||
@@ -257,7 +257,7 @@ jobs:
|
|||||||
|
|
||||||
# Actually run the test
|
# Actually run the test
|
||||||
ct install --config .github/ct-install.yaml \
|
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" && \
|
--debug || (echo -e "\n\n--===PODLOGS===--\n\n" && \
|
||||||
cat /tmp/output.log && \
|
cat /tmp/output.log && \
|
||||||
rm -f /tmp/output.log && exit 1)
|
rm -f /tmp/output.log && exit 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user