Skip to content

Commit

Permalink
fixup! 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 2673326 commit 17fbf72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
run:
shell: ${{ matrix.shell }}
steps:
- name: Clean up macOS
if: runner.os == 'macOS'
run: |
sudo rm -rf /Applications/Xcode.app \
/Library/Developer/CommandLineTools
sudo xcode-select --reset
- name: Clean up linuxOS
if: runner.os != 'macOS'
run: sudo apt-get install build-essential
Expand Down

0 comments on commit 17fbf72

Please sign in to comment.