Skip to content

Commit

Permalink
fixup! fixup! chore: add test job at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 9, 2024
1 parent bba25c8 commit 2673326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ jobs:
sudo xcode-select --reset
- name: Clean up linuxOS
if: runner.os == 'ubuntu'
if: runner.os != 'macOS'
run: sudo apt-get install build-essential

- name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
env:
NONINTERACTIVE: 1

- name: Set up Homebrew
if: runner.os == 'ubuntu'
if: runner.os != 'macOS'
run: |
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/runner/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
Expand Down

0 comments on commit 2673326

Please sign in to comment.