Skip to content

Commit 3576481

Browse files
committed
ci : removed the additional tests not needed in smoke test
1 parent b733ece commit 3576481

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/devcontainer-smoke.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,5 @@ jobs:
3535
echo "Terraform version"
3636
terraform version
3737
38-
echo "Terraform init"
39-
terraform init -backend=false
40-
41-
echo "Terraform validate"
42-
terraform validate
43-
44-
echo "Terraform plan (dry run)"
45-
terraform plan -input=false -lock=false -detailed-exitcode || true
46-
4738
echo "OK: Terraform is working in devcontainer"
4839
'

0 commit comments

Comments
 (0)