We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4735525 commit 854f080Copy full SHA for 854f080
.github/workflows/test.yml
@@ -35,6 +35,15 @@ jobs:
35
run: |
36
make install
37
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
47
make test-lambda
48
49
- name: Print logs
0 commit comments