Skip to content

Commit

Permalink
Install zip before running terraform in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Dec 17, 2024
1 parent f5d21a1 commit cb78a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
CF_USER: ${{ secrets.CF_USER }}
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
TF_VAR_cf_user: ${{ secrets.CF_USER }}
TERRAFORM_PRE_RUN: |
apt-get update
apt-get install -y zip
lint-sandbox:
Expand Down

0 comments on commit cb78a1b

Please sign in to comment.