Skip to content

Commit

Permalink
fix: add -quiet flag to xcodebuild and increase workflow timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed May 29, 2022
1 parent 0afed7e commit 9bc852e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ios:
name: IOS Build
runs-on: macOS-latest
timeout-minutes: 20
timeout-minutes: 30
defaults:
run:
working-directory: template
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
- name: Install Pods
run: cd ios && pod install --repo-update && cd ..
- name: IOS Release Build
run: cd ios && xcodebuild -workspace HelloWorld.xcworkspace -configuration Release -scheme HelloWorld -destination 'platform=iOS Simulator,name=iPhone 13'
run: cd ios && xcodebuild -workspace HelloWorld.xcworkspace -configuration Release -scheme HelloWorld -destination 'platform=iOS Simulator,name=iPhone 13' -quiet

0 comments on commit 9bc852e

Please sign in to comment.