Skip to content

Commit

Permalink
chore(1972): change --module argument and cd to module
Browse files Browse the repository at this point in the history
  • Loading branch information
0katrinpetrosyan0 committed Jan 23, 2023
1 parent 2d44a7c commit 2a2b60a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ runs:
- name: Run Terraform Test
if: ${{ success() }}
run: |
terraform test -module=${{ inputs.path }}
cd ${{ inputs.path }}
terraform test
shell: bash

0 comments on commit 2a2b60a

Please sign in to comment.