Skip to content

Commit f85b19c

Browse files
committed
test(ios): allow a little more Xcode cache, delay cleanup
1 parent de1ab56 commit f85b19c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
name: Xcode Compile Cache
7878
with:
7979
key: ${{ runner.os }}-v2 # makes a unique key w/related restore key internally
80-
max-size: 750M
80+
max-size: 1G
8181

8282
- name: Yarn Install
8383
uses: nick-invision/retry@v2
@@ -141,6 +141,7 @@ jobs:
141141
export CCACHE_FILECLONE=true
142142
export CCACHE_DEPEND=true
143143
export CCACHE_INODECACHE=true
144+
export CCACHE_LIMIT_MULTIPLE=0.95
144145
ccache -s
145146
export SKIP_BUNDLING=1
146147
export RCT_NO_LAUNCH_PACKAGER=1

0 commit comments

Comments
 (0)