From feb48174d28744eeddc629848a7d4ee3607b2a31 Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Sat, 9 Mar 2024 19:32:32 -0300 Subject: [PATCH] fixup! fixup! chore: add test job at CI --- .github/workflows/health-check.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index b860394..9afbac1 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -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)"