We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8894b3c commit 2f56f6cCopy full SHA for 2f56f6c
1 file changed
.github/workflows/check.yml
@@ -169,7 +169,7 @@ jobs:
169
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
170
working-directory: apps/test-app
171
- name: Build test app
172
- 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
173
working-directory: apps/test-app/ios
174
- name: Run test app
175
run: |
0 commit comments