Skip to content

Commit

Permalink
Added emojis to important GHA steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Apr 3, 2021
1 parent e197a64 commit 6465636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ jobs:
TFLINT_RULESET_AZURERM_VERSION: ${{ env.TFLINT_RULESET_AZURERM_VERSION }}
TFLINT_VERSION: ${{ env.TFLINT_VERSION }}

- name: Terraform Plan
- name: 👀 Terraform Plan
id: plan
run: terraform plan -out=${{ env.TF_PLAN }}
working-directory: ${{ env.TF_WORKING_DIR }}

- name: Terraform Apply
- name: 🚀 Terraform Apply
run: ./scripts/terraform_apply.sh
# only apply if changes are present
# https://www.terraform.io/docs/commands/plan.html#detailed-exitcode
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
run: az functionapp restart --name "${{ env.PREFIX }}-funcapp" --resource-group "${{ env.PREFIX }}-rg-function-app"

# Pester tests
- name: Run Pester tests
- name: 🧪 Run Pester tests
continue-on-error: true
run: pwsh -command "./scripts/Start-Test.ps1"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
with:
terraform_version: ${{ env.TF_VERSION }}

- name: Terraform destroy
- name: 💀 Terraform destroy
run: |
terraform init
terraform destroy -no-color -auto-approve
Expand Down

0 comments on commit 6465636

Please sign in to comment.