Skip to content

Commit f31b6aa

Browse files
ci: build without codesign
1 parent e47cc4c commit f31b6aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run ESLint
2323
run: yarn lint
2424

25-
test-ios-compilation:
25+
example-compilation:
2626
runs-on: macos-15
2727
strategy:
2828
matrix:
@@ -58,11 +58,11 @@ jobs:
5858
working-directory: packages/examples/${{ matrix.example }}/ios
5959
run: bundle exec pod install
6060

61-
- name: Build iOS (Release)
61+
- name: Build iOS
6262
working-directory: packages/examples/${{ matrix.example }}
6363
run: |
6464
export PATH="/usr/local/opt/ccache/libexec:$PATH"
65-
npx react-native build-ios --mode Release
65+
npx react-native build-ios --mode Debug
6666
6767
- name: ccache stats
6868
run: ccache -s

0 commit comments

Comments
 (0)