Skip to content

Commit

Permalink
fix: ensure make charttesting exits on first error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Aug 17, 2023
1 parent 9909805 commit 3ebd0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ audit:
.PHONY: charttesting
charttesting:
@set -e; \
@for dir in charts/steadybit-extension-*; do \
for dir in charts/steadybit-extension-*; do \
echo "Unit Testing $$dir"; \
helm unittest $$dir; \
done
Expand Down

0 comments on commit 3ebd0c5

Please sign in to comment.