Skip to content

Commit

Permalink
fix: GitHub runner free space for detox
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Sep 9, 2024
1 parent 17c2484 commit 0a36e01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ios-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
working-directory: ./example

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 0a36e01

Please sign in to comment.