Skip to content

Commit 64ff3ea

Browse files
committed
Fix validate by faking zip files
1 parent 62923b0 commit 64ff3ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/terraform.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- name: "Checkout"
2020
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
2125
- name: "Terraform Format"
2226
uses: hashicorp/terraform-github-actions@master
2327
with:

0 commit comments

Comments
 (0)