Skip to content

Commit

Permalink
Fix validate by faking zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanmaas committed Apr 30, 2020
1 parent 62923b0 commit 64ff3ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Fake zip files" # Validate will fail if it cannot find the zip files
run: |
touch modules/agent/lambdas/webhook/webhook.zip
touch modules/runners/lambdas/scale-runners/scale-runners.zip
- name: "Terraform Format"
uses: hashicorp/terraform-github-actions@master
with:
Expand Down

0 comments on commit 64ff3ea

Please sign in to comment.