Skip to content

Commit 6465636

Browse files
committed
Added emojis to important GHA steps
1 parent e197a64 commit 6465636

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)