diff --git a/services/scripts/run_integration_tests.sh b/services/scripts/run_integration_tests.sh --- a/services/scripts/run_integration_tests.sh +++ b/services/scripts/run_integration_tests.sh @@ -26,7 +26,7 @@ fi if [[ "$1" == "all" ]]; then - for SERVICE in "$SERVICES"; do + for SERVICE in $SERVICES; do run_integration_test "$SERVICE" done exit 0; @@ -41,6 +41,7 @@ fi; set -o allexport +# shellcheck source=/dev/null source .env set +o allexport