Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusdust authored Jan 16, 2024
1 parent 2b4f1ee commit 791b462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
definitions:
workflow: &base_workflow
environment:
xcode: 14.2
xcode: latest
vars:
XCODE_PROJECT: "Wikipedia.xcodeproj"
XCODE_SCHEME: "Wikipedia"
Expand All @@ -18,7 +18,7 @@ definitions:
time xcodebuild clean build -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
- name: Running tests
script: |
time xcodebuild clean test -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2'
time xcodebuild clean test -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
workflows:
wikipedia-mac-mini-m1:
Expand Down

0 comments on commit 791b462

Please sign in to comment.