Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 19, 2024
1 parent 5b26079 commit 835e250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_values_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -e

# for each file in the test_values directory
# run helm install && helm uninstall
# For each file in the `test_values` directory
# run helm install && helm uninstall.
for file in test_values/*.yaml; do
echo "::group::Running test for $file"
echo "::group::Running test for $file" # Groups logs in the CI dashboard
helm install --atomic --debug -f $file mirrord-operator ./mirrord-operator --wait
helm uninstall mirrord-operator --wait
echo "::endgroup::"
Expand Down

0 comments on commit 835e250

Please sign in to comment.