Skip to content

build(deps): update fixed Rust dependencies #18

build(deps): update fixed Rust dependencies

build(deps): update fixed Rust dependencies #18

Workflow file for this run

name: CI iOS
on:
push:
branches: [main]
paths:
- 'apps/ios/**'
pull_request:
branches: [main]
paths:
- 'apps/ios/**'
concurrency:
group: ci-ios-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: iOS Test
runs-on: macos-15
defaults:
run:
working-directory: apps/ios
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.4'
- uses: xavierLowmiller/xcodegen-action@1.2.4
with:
spec: apps/ios/project.yml
use-cache: true
- uses: mxcl/xcodebuild@v3
with:
platform: iOS
scheme: ServerBee
action: test
working-directory: apps/ios
trust-plugins: true