Skip to content

Readme update for release 1.1.0 #14

Readme update for release 1.1.0

Readme update for release 1.1.0 #14

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