Skip to content

Introduce setupPredefinedEnvironmentListeners to allow setup build-in environment listener #10

Introduce setupPredefinedEnvironmentListeners to allow setup build-in environment listener

Introduce setupPredefinedEnvironmentListeners to allow setup build-in environment listener #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
tests:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: install xcbeautify
run: brew install xcbeautify
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.2"
- name: Run tests
run: xcodebuild test -project ./XcodeProject/UIEnvironment.xcodeproj -destination platform="iOS Simulator,name=iPhone 15 Pro Max" -scheme "App" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcbeautify