diff --git a/.github/workflows/dependency-tests.yml b/.github/workflows/dependency-tests.yml index 29413ce..45b72e3 100644 --- a/.github/workflows/dependency-tests.yml +++ b/.github/workflows/dependency-tests.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Run Dependency Tests - Plan AND Apply AND Destroy - uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.5 + uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6 with: test_type: plan-apply-destroy ## (Required) Valid options are "plan", "plan-apply", "plan-apply-destroy". Default="plan" path: "tests/auto_test2" ## (Optional) Specify path to test module to run.