We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635b973 commit 26af12fCopy full SHA for 26af12f
1 file changed
.github/workflows/ci.yml
@@ -52,6 +52,18 @@ jobs:
52
distribution: 'zulu'
53
java-version: '17'
54
55
+ - name: Free Disk Space (Ubuntu)
56
+ uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
57
+ with:
58
+ tool-cache: false
59
+
60
+ android: false
61
+ dotnet: true
62
+ haskell: true
63
+ large-packages: true
64
+ docker-images: true
65
+ swap-storage: true
66
67
- name: Setup Node.js
68
uses: actions/setup-node@65d868f8d4d85d7d4abb7de0875cde3fcc8798f5 # v6
69
with:
@@ -167,7 +179,7 @@ jobs:
167
179
168
180
- name: Build integrated iOS tester app
169
181
run: |
170
- yarn run build:tester-integrated:ios`
182
+ yarn run build:tester-integrated:ios
171
183
172
184
# == RNApp ==
173
185
0 commit comments