Skip to content

Commit

Permalink
test(smoke): use homebrew that’s already on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Oct 27, 2020
1 parent 79a3e9c commit 7d8af65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ jobs:
which shellspec
shellspec --version
- name: Install brew on macOS
- name: Install test utilities with homebrew on macOS
if: ${{ matrix.os == 'macos' }}
# We need "timeout" and "jq" util and we'll use brew to check our brew package as well
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install coreutils
brew install jq
Expand Down

0 comments on commit 7d8af65

Please sign in to comment.