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 c77146e commit feb4817
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
if: runner.os != 'macOS'
run: sudo apt-get install build-essential

- name: Cleanup macOS
if: runner.os == 'macOS'
run: |
sudo rm -rf /Applications/Xcode.app \
/Library/Developer/CommandLineTools
sudo xcode-select --reset
# - name: Cleanup macOS
# if: runner.os == 'macOS'
# run: |
# sudo rm -rf /Applications/Xcode.app \
# /Library/Developer/CommandLineTools
# sudo xcode-select --reset

- name: Run install script
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/main/install.sh)"
Expand Down

0 comments on commit feb4817

Please sign in to comment.