Skip to content

Commit

Permalink
Updates for environment and macOS destination
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Nov 18, 2023
1 parent 8de064f commit 813fb28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ commands:
steps:
- run:
name: "Test <<parameters.scheme>>"
environment:
NSUnbufferedIO: YES
command: |
set -o pipefail && xcodebuild \
-derivedDataPath ~/Build/DerivedData \
Expand Down Expand Up @@ -93,6 +95,7 @@ jobs:
- ui-test:
scheme: "UserPasswordSignIn (macOS)"
sdk: macosx
destination: "platform:macOS, name:Any Mac"

test-classicnativeauth-ios:
executor: apple-ci-arm-medium
Expand Down

0 comments on commit 813fb28

Please sign in to comment.