Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Mar 11, 2024
1 parent d71cb64 commit 6b9ac61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
environment: integration-tests
runs-on: ubuntu-latest
env:
tf_actions_working_dir: test-infra/terraform/test-environment
tf_actions_working_dir: ${{ env.GITHUB_WORKSPACE }}/test-infra/terraform/test-environment

defaults:
run:
Expand All @@ -152,6 +152,7 @@ jobs:
- name: Show account info
run: >
az account show
- uses: hashicorp/setup-terraform@v3

- run: terraform init
Expand Down

0 comments on commit 6b9ac61

Please sign in to comment.