Skip to content

Commit

Permalink
Set right target for iOS build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 28, 2020
1 parent ffc767d commit 744af05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
fetch-depth: 1
- name: Xcodebuild
run: |
xcodebuild -scheme soto-core-Package -quiet -destination 'platform=iOS Simulator,name=iPhone 11'
xcodebuild test -scheme soto-core-Package -destination 'platform=iOS Simulator,name=iPhone 11'
xcodebuild -scheme aws-cognito-authentication-kit-Package -quiet -destination 'platform=iOS Simulator,name=iPhone 11'
xcodebuild test -scheme aws-cognito-authentication-kit-Package -destination 'platform=iOS Simulator,name=iPhone 11'
linux:
strategy:
Expand Down

0 comments on commit 744af05

Please sign in to comment.