diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ed508919..5b4138ebf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,13 +20,6 @@ jobs: run: terraform fmt -check -recursive continue-on-error: false - - name: Terraform Validate - id: validate - run: | - terraform -chdir=applications/rag validate -no-color - terraform -chdir=applications/ray validate -no-color - terraform -chdir=applications/jupyter validate -no-color - - name: Terraform Init id: init run: | @@ -34,4 +27,10 @@ jobs: terraform -chdir=applications/ray init terraform -chdir=applications/jupyter init + - name: Terraform Validate + id: validate + run: | + terraform -chdir=applications/rag validate -no-color + terraform -chdir=applications/ray validate -no-color + terraform -chdir=applications/jupyter validate -no-color