Skip to content

Commit

Permalink
Fix: test: adding clean and getting strated phase
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Dec 29, 2023
1 parent c56349a commit 17b7efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blueprints/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HERE="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export TF_LOG=DEBUG

declare -a bluePrints=(
"01-getting-started"
#"01-getting-started"
"02-at-scale"
)

Expand All @@ -23,6 +23,7 @@ test () {
cd "$HERE"/.. && make tfDeploy
cd "$HERE"/.. && make validate
cd "$HERE"/.. && make tfDestroy
cd "$HERE"/.. && make clean
}

for var in "${bluePrints[@]}"
Expand Down

0 comments on commit 17b7efe

Please sign in to comment.