Skip to content

Commit

Permalink
Grouping logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 19, 2024
1 parent bde0f5a commit 5b26079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_values_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -e
# for each file in the test_values directory
# run helm install && helm uninstall
for file in test_values/*.yaml; do
echo "Running test for $file"
echo "::group::Running test for $file"
helm install --atomic --debug -f $file mirrord-operator ./mirrord-operator --wait
helm uninstall mirrord-operator --wait
echo "::endgroup::"
done

0 comments on commit 5b26079

Please sign in to comment.