Skip to content

Commit

Permalink
Merge pull request #61 from Pwd9000-ML/dependabot/github_actions/Pwd9…
Browse files Browse the repository at this point in the history
…000-ML/terraform-azurerm-tests-1.1.0

Bump Pwd9000-ML/terraform-azurerm-tests from 1.0.6 to 1.1.0
  • Loading branch information
Pwd9000-ML authored May 14, 2024
2 parents 35fd3ea + 9779488 commit df6c7d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/[email protected]

- name: Run Dependency Tests - Plan AND Apply AND Destroy
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0
with:
test_type: plan-apply-destroy ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan"
path: "tests/auto_test1" ## (Optional) Specify path to test module to run.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: Plan AND Apply AND Destroy
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0
with:
test_type: plan-apply-destroy ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan"
path: "tests/auto_test1" ## (Optional) Specify path to test module to run.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- name: Plan AND Apply Only
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0
with:
test_type: plan-apply ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan"
path: "tests/auto_test1" ## (Optional) Specify path to test module to run.
Expand Down

0 comments on commit df6c7d8

Please sign in to comment.