Skip to content

Commit

Permalink
Improve tests CI speed
Browse files Browse the repository at this point in the history
Remove cleanup disk step
  • Loading branch information
sebaslogen authored Sep 26, 2024
1 parent b870cfc commit 7442dc4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ jobs:
runs-on: macos-14

steps:
- name: Remove unused applications and simulators
run: |
sudo rm -rf /Applications/Xcode_14.3.1.app
sudo rm -rf /Applications/Xcode_15.0.1.app
sudo rm -rf /Applications/Xcode_15.1.app
sudo rm -rf /Applications/Xcode_15.2.app
sudo rm -rf /Applications/Xcode_15.3.app
xcrun simctl delete all
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 7442dc4

Please sign in to comment.