File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,12 +151,12 @@ jobs:
151151 TFLINT_RULESET_AZURERM_VERSION : ${{ env.TFLINT_RULESET_AZURERM_VERSION }}
152152 TFLINT_VERSION : ${{ env.TFLINT_VERSION }}
153153
154- - name : Terraform Plan
154+ - name : 👀 Terraform Plan
155155 id : plan
156156 run : terraform plan -out=${{ env.TF_PLAN }}
157157 working-directory : ${{ env.TF_WORKING_DIR }}
158158
159- - name : Terraform Apply
159+ - name : 🚀 Terraform Apply
160160 run : ./scripts/terraform_apply.sh
161161 # only apply if changes are present
162162 # https://www.terraform.io/docs/commands/plan.html#detailed-exitcode
@@ -195,7 +195,7 @@ jobs:
195195 run : az functionapp restart --name "${{ env.PREFIX }}-funcapp" --resource-group "${{ env.PREFIX }}-rg-function-app"
196196
197197 # Pester tests
198- - name : Run Pester tests
198+ - name : 🧪 Run Pester tests
199199 continue-on-error : true
200200 run : pwsh -command "./scripts/Start-Test.ps1"
201201
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 with :
119119 terraform_version : ${{ env.TF_VERSION }}
120120
121- - name : Terraform destroy
121+ - name : 💀 Terraform destroy
122122 run : |
123123 terraform init
124124 terraform destroy -no-color -auto-approve
You can’t perform that action at this time.
0 commit comments