Skip to content

Commit

Permalink
Merge pull request #1951 from keboola/ph-PSGO-745
Browse files Browse the repository at this point in the history
Update github workflow for test-install-homebrew-mac-os
  • Loading branch information
hosekpeter authored Aug 8, 2024
2 parents 03e09c1 + 44562af commit e7f2866
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,13 +598,14 @@ jobs:
run: |
docker run --rm homebrew/brew sh -c '
set -e
brew install keboola/keboola-cli/keboola-cli
brew install keboola-cli
kbc --version | tee /dev/stderr | grep -q "Version: ${{ env.VERSION }}"
'
test-install-homebrew-mac-os:
needs:
- update-repositories-homebrew
- push-to-s3-and-release
env:
VERSION: ${{ needs.version.outputs.VERSION }}
runs-on: macos-latest
Expand All @@ -614,7 +615,7 @@ jobs:

- name: Install on MacOS by Homebrew
run: |
brew install keboola/keboola-cli/keboola-cli
brew install keboola-cli
kbc --version | tee /dev/stderr | grep -q "Version: ${{ env.VERSION }}"
test-install-windows:
Expand Down

0 comments on commit e7f2866

Please sign in to comment.