diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e3a62e20..dec5f4b25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,6 +36,13 @@ commands: type: string default: "iOS Simulator" steps: + - run: + name: "Install test utilities" + command: | + if ! which -s xcresulttool; then + brew tap a7ex/homebrew-formulae + brew install xcresultparser + fi - run: name: "Define destination" command: |