Skip to content

Commit

Permalink
fix: conditional brew removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Jun 20, 2024
1 parent 7ea32a2 commit 44d05c2
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,12 @@ jobs:
with:
node-version: "20.11"

# - name: Install Yarn
# run: npm install -g yarn

# - name: Verify Yarn
# run: yarn --version

# - name: Setup
# run: |
# yarn
# # Uninstall brew
# sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
- name: Remove brew
if: runner.os == 'macOS'
run: |
yarn
# Uninstall brew
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
- name: Install node dependencies
run: yarn install
Expand Down

0 comments on commit 44d05c2

Please sign in to comment.