Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Dec 28, 2024
1 parent c3abf6d commit 6026f02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SA }}
aws-region: ${{ env.AWS_REGION }}


- name: IZE setup
uses: hazelops/[email protected]
with:
Expand All @@ -60,6 +59,12 @@ jobs:
- name: IZE create AWS Profile
run: ize gen aws-profile

- name: "Setup Terraform"
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.1.3"


- name: Go Test
working-directory: test
run: |
Expand Down

0 comments on commit 6026f02

Please sign in to comment.