Skip to content

Commit 5f6fd9c

Browse files
committed
remove init from test unit
1 parent ecbf48c commit 5f6fd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ install:
130130
test_live_integration: install
131131
yarn test:live
132132

133-
test_unit: install init_terraform
133+
test_unit: install
134134
yarn lint
135135
cfn-lint cloudformation/**/*
136136
terraform -chdir=terraform/envs/qa fmt -check

0 commit comments

Comments
 (0)