Skip to content

Commit

Permalink
test apply
Browse files Browse the repository at this point in the history
Signed-off-by: guyrenny <[email protected]>
  • Loading branch information
guyrenny committed Nov 13, 2023
1 parent 13a18f8 commit d04c34a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,12 @@ jobs:
cd "tests/${{ matrix.package }}"
terraform plan
fi
- name: Terraform apply
run: |
if [[ ${{ matrix.package }} != "locals_variables" ]];then
cd "tests/${{ matrix.package }}"
terraform apply -auto-approve
terraform destroy -auto-approve
fi

0 comments on commit d04c34a

Please sign in to comment.