Skip to content

Refactor AppRouter to Support Nested Routers Without a Window #20

Refactor AppRouter to Support Nested Routers Without a Window

Refactor AppRouter to Support Nested Routers Without a Window #20

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_14.1.app
- name: Build and test app router
run: xcodebuild clean build test -project AppRouter.xcodeproj -scheme "AppRouter" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,OS=16.1,name=iPhone 14" ONLY_ACTIVE_ARCH=YES