Skip to content

RD-633: Add test action #1

RD-633: Add test action

RD-633: Add test action #1

Workflow file for this run

name: Swift Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: xcodebuild test -scheme MapTilerSDK -destination 'platform=iOS Simulator,name=iPhone 16'