Skip to content

Use dispatcher for synchronising #10

Use dispatcher for synchronising

Use dispatcher for synchronising #10

Workflow file for this run

name: Swift
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-15:
runs-on: macos-15
steps:
- uses: actions/checkout@v2
- name: Resolve dependencies
run: swift package resolve
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
spm-package: .
scheme: Scout
destination: platform=iOS Simulator,name=iPhone 16
action: test