mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 08:52:37 +00:00
update test name
This commit is contained in:
parent
51689abe40
commit
b5030288b9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/setup-terraform.yml
vendored
4
.github/workflows/setup-terraform.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue