Skip to content

Commit

Permalink
Update common-tests.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <[email protected]>
  • Loading branch information
PrivatePuffin authored Oct 19, 2024
1 parent 09204a1 commit 37eb605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 37eb605

Please sign in to comment.