Skip to content

Update README.md

Update README.md #19

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: "LeezyData CI"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-13.4
steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -s "/Applications/Xcode_14.3.1.app"
- name: Build and test ( iOS 16.0)
run: xcodebuild test -scheme "LeezyData" -destination "platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max" -testPlan "LeezyData" clean test