Skip to content

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

Introduce setupPredefinedEnvironmentListeners to allow setup build-in environment listener

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

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
tests:
runs-on: macos-12
strategy:
matrix:
xcode: [13.3]
steps:
- uses: actions/checkout@v2
- name: install xcbeautify
run: brew install xcbeautify
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Run tests
run: xcodebuild test -project ./XcodeProject/UIEnvironment.xcodeproj -destination platform="iOS Simulator,name=iPhone 11 Pro Max" -scheme "App" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcbeautify