diff --git a/terraform-test/action.yml b/terraform-test/action.yml index 61382fe..112ff41 100644 --- a/terraform-test/action.yml +++ b/terraform-test/action.yml @@ -59,5 +59,6 @@ runs: - name: Run Terraform Test if: ${{ success() }} run: | - terraform test -module=${{ inputs.path }} + cd ${{ inputs.path }} + terraform test shell: bash