mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Setting up test infrastructure pipeline v13
This commit is contained in:
parent
edf4ac1d6b
commit
0231f81f15
1 changed files with 5 additions and 5 deletions
10
.github/workflows/setup-infra-pipeline.yml
vendored
10
.github/workflows/setup-infra-pipeline.yml
vendored
|
@ -55,11 +55,11 @@ jobs:
|
|||
terraform init
|
||||
|
||||
|
||||
- name: Terraform Format & Validate
|
||||
run: |
|
||||
cd cicd/grid-capstone-terraform-infra
|
||||
terraform fmt -check
|
||||
terraform validate
|
||||
# - name: Terraform Format & Validate
|
||||
# run: |
|
||||
# cd cicd/grid-capstone-terraform-infra
|
||||
# terraform fmt -check
|
||||
# terraform validate
|
||||
|
||||
|
||||
- name: Terraform Apply
|
||||
|
|
Loading…
Reference in a new issue