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 e47cc4c commit f31b6aaCopy full SHA for f31b6aa
.github/workflows/check.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run ESLint
23
run: yarn lint
24
25
- test-ios-compilation:
+ example-compilation:
26
runs-on: macos-15
27
strategy:
28
matrix:
@@ -58,11 +58,11 @@ jobs:
58
working-directory: packages/examples/${{ matrix.example }}/ios
59
run: bundle exec pod install
60
61
- - name: Build iOS (Release)
+ - name: Build iOS
62
working-directory: packages/examples/${{ matrix.example }}
63
run: |
64
export PATH="/usr/local/opt/ccache/libexec:$PATH"
65
- npx react-native build-ios --mode Release
+ npx react-native build-ios --mode Debug
66
67
- name: ccache stats
68
run: ccache -s
0 commit comments