update test name

This commit is contained in:
Austin Valle 2023-10-27 09:16:49 -04:00
parent 51689abe40
commit b5030288b9

View file

@ -306,7 +306,7 @@ jobs:
terraform-stdout-wrapper: terraform-stdout-wrapper:
name: 'Terraform Run Local' name: 'Terraform STDOUT'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
@ -339,7 +339,7 @@ jobs:
run: terraform output -json | jq '.pet.value' run: terraform output -json | jq '.pet.value'
terraform-stdout-no-wrapper: terraform-stdout-no-wrapper:
name: 'Terraform Run Local No Wrapper' name: 'Terraform STDOUT No Wrapper'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: