Skip to content

Commit

Permalink
updated unit test file for terraform test
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed Sep 17, 2024
1 parent 1510a50 commit b09f55e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/v2App_Unit_Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ jobs:
- name: "Install sumoappsuite tool"
run: |
pip3 install $GITHUB_WORKSPACE/scripts/sumologic_appdevutils*.whl
- name: "Install terraform"
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.9.2
- name: "Set TERRAFORM_PATH"
run: |
echo "TERRAFORM_PATH=$(which terraform)" >> $GITHUB_ENV
- name: "Verify TERRAFORM_PATH"
run: |
echo "Terraform path: ${{ env.TERRAFORM_PATH }}"
${{ env.TERRAFORM_PATH }} --version
- name: "Generate SCR File"
run: |
sumoappsuite generate-scr-file-v2-app && cat scr_app_list.yaml
Expand Down

0 comments on commit b09f55e

Please sign in to comment.