We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda3789 commit 162d780Copy full SHA for 162d780
1 file changed
.github/workflows/check.yml
@@ -170,7 +170,7 @@ jobs:
170
run: npx react-native bundle --entry-file index.ts --platform ios --dev false --minify false --bundle-output dist/main.ios.jsbundle --assets-dest dist/res
171
working-directory: apps/test-app
172
- name: Build test app
173
- run: xcodebuild archive -workspace ReactTestApp.xcworkspace -configuration Release -scheme ReactTestApp -destination generic/platform="iOS" -archivePath ./build/test-app.xcarchive | xcbeautify
+ run: xcodebuild archive -workspace ReactTestApp.xcworkspace -configuration Release -scheme ReactTestApp -destination generic/platform="iOS" -archivePath ./build/test-app.xcarchive # | xcbeautify
174
working-directory: apps/test-app/ios
175
- name: Run test app
176
run: |
0 commit comments