Skip to content

Commit

Permalink
Add dependency install for Tanzu Tile test
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Mar 14, 2023
1 parent feaffbf commit 72cb883
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tanzu-tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: |
brew install cloudfoundry/tap/bosh-cli
bosh -v
- name: Install PCF CLI
shell: bash
run: |
pip install tile-generator
- name: Run release script
shell: bash
run: |
Expand Down

0 comments on commit 72cb883

Please sign in to comment.