We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62923b0 commit 64ff3eaCopy full SHA for 64ff3ea
1 file changed
.github/workflows/terraform.yml
@@ -18,6 +18,10 @@ jobs:
18
steps:
19
- name: "Checkout"
20
uses: actions/checkout@v2
21
+ - name: "Fake zip files" # Validate will fail if it cannot find the zip files
22
+ run: |
23
+ touch modules/agent/lambdas/webhook/webhook.zip
24
+ touch modules/runners/lambdas/scale-runners/scale-runners.zip
25
- name: "Terraform Format"
26
uses: hashicorp/terraform-github-actions@master
27
with:
0 commit comments