Skip to content

Commit 5045823

Browse files
committed
init
1 parent 8b4778a commit 5045823

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
with:
6666
terraform_version: "1.12.2"
6767

68+
- name: Terraform Init
69+
working-directory: ./terraform_old
70+
run: |
71+
export ENVIRONMENT=green
72+
make init
73+
6874
- name: Terraform Apply
6975
working-directory: ./terraform_old
7076
run: |

0 commit comments

Comments
 (0)