Skip to content

Merge pull request #15 from klolev/main #54

Merge pull request #15 from klolev/main

Merge pull request #15 from klolev/main #54

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
name: Test
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: sersoft-gmbh/xcodebuild-action@v2
with:
project: Placement.xcodeproj
scheme: Placement
destination: platform=iOS Simulator,OS=16.0,name=iPhone 13 Pro
action: test