Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 65b3a30

Browse files
committed
update test script
1 parent 2d78530 commit 65b3a30

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

scripts/generate-test.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ if [ -d "$MAIN_DIR" ]; then
5252

5353
pushd $MAIN_DIR
5454
terraform init
55-
pushd $MODULE_DIR
56-
tflint
57-
terraform validate
58-
popd
55+
tflint
56+
terraform validate
5957
terraform test
6058
popd
6159
else

0 commit comments

Comments
 (0)