Skip to content

Commit

Permalink
Remove no colour tag
Browse files Browse the repository at this point in the history
  • Loading branch information
katyabilokur committed Aug 19, 2024
1 parent 0bacc2c commit c88d581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Terraform Init
run: terraform init
- name: Terraform Validate
run: terraform validate -no-color
run: terraform validate
- name: Terraform Plan
run: terraform plan -no-color
run: terraform plan
continue-on-error: false

0 comments on commit c88d581

Please sign in to comment.