Skip to content

Commit 854f080

Browse files
committed
small polishing
1 parent 4735525 commit 854f080

File tree

3 files changed

+204
-150
lines changed

3 files changed

+204
-150
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ jobs:
3535
run: |
3636
make install
3737
make test
38+
39+
- name: Set up Terraform
40+
uses: hashicorp/setup-terraform@v3
41+
42+
- name: Run Lambda integration tests
43+
run: |
44+
pip install terraform-local
45+
tflocal init
46+
tflocal apply --auto-approve
3847
make test-lambda
3948
4049
- name: Print logs

0 commit comments

Comments
 (0)