Skip to content

chore: Update Package.swift #36

chore: Update Package.swift

chore: Update Package.swift #36

Workflow file for this run

name: CI workflow
on:
pull_request:
branches: [ main ]
jobs:
build_and_test_iOS:
name: Build and Test project on iOS
runs-on: [ self-hosted, iOS ]
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: xcodebuild -scheme ios-features build -sdk iphonesimulator -destination "generic/platform=iOS"