Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Dec 18, 2024
1 parent 2d78530 commit 65b3a30
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/generate-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ if [ -d "$MAIN_DIR" ]; then

pushd $MAIN_DIR
terraform init
pushd $MODULE_DIR
tflint
terraform validate
popd
tflint
terraform validate
terraform test
popd
else
Expand Down

0 comments on commit 65b3a30

Please sign in to comment.