Skip to content

Commit d9c8175

Browse files
committed
coding part completed
1 parent aef77c6 commit d9c8175

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,20 @@ jobs:
1616
with:
1717
python-version: '3.9'
1818

19+
20+
- name: Setup Terraform
21+
uses: hashicorp/setup-terraform@v3
22+
with:
23+
terraform_version: 1.7.4
24+
1925
- name: Install dependencies
2026
run: |
2127
pip install -r app/requirements.txt
28+
29+
- name: Init Terraform
30+
run: terraform init
31+
working-directory: ./infra
32+
2233

2334
- name: Run Tests
2435
run: |

0 commit comments

Comments
 (0)