Skip to content

Commit

Permalink
Centralize Homebrew environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Nov 30, 2023
1 parent a3383c9 commit 50a659e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ commands:
name: "Install test utilities"
command: |
if ! which -s xcresulttool; then
export HOMEBREW_NO_AUTO_UPDATE=1
brew tap a7ex/homebrew-formulae
brew install xcresultparser
fi
Expand Down Expand Up @@ -124,8 +125,6 @@ jobs:

test-websignin-ios:
executor: apple-ci-arm-medium
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- attach_workspace:
at: ~/project
Expand All @@ -150,8 +149,6 @@ jobs:

test-deviceauthsignin-ios:
executor: apple-ci-arm-medium
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- attach_workspace:
at: ~/project
Expand All @@ -163,8 +160,6 @@ jobs:

test-deviceauthsignin-tvos:
executor: apple-ci-arm-medium
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- attach_workspace:
at: ~/project
Expand All @@ -178,8 +173,6 @@ jobs:

test-userpasswordsignin-macos:
executor: apple-ci-arm-medium
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- attach_workspace:
at: ~/project
Expand All @@ -192,8 +185,6 @@ jobs:

test-classicnativeauth-ios:
executor: apple-ci-arm-medium
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- attach_workspace:
at: ~/project
Expand Down

0 comments on commit 50a659e

Please sign in to comment.