Skip to content

Fix swift version

Fix swift version #4

Workflow file for this run

name: iOS-Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v2
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Install macos deps
run: brew install xcbeautify
- name: Run test
run: |
xcodebuild -scheme SwisstronikSwift -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 14" test | xcbeautify