Skip to content

Commit

Permalink
another &&
Browse files Browse the repository at this point in the history
  • Loading branch information
socraticDevBlog committed Feb 18, 2024
1 parent e5cbf62 commit acf8bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
- name: Terraform Validate
id: validate
run:
cd terraform
cd terraform &&
terraform validate -no-color

- name: Terraform Plan
id: plan
run:
cd terraform
cd terraform &&
terraform plan -no-color
if: github.event_name == 'pull_request'
continue-on-error: true
Expand Down

0 comments on commit acf8bb3

Please sign in to comment.