Skip to content

Update CI settings #119

Update CI settings

Update CI settings #119

Workflow file for this run

name: Swift CI
on: [push, pull_request]
jobs:
test:
name: Test UIDeviceComplete
run-name: Build smoke test by ${{ github.actor }}

Check failure on line 8 in .github/workflows/swift.yml

View workflow run for this annotation

GitHub Actions / Swift CI

Invalid workflow file

The workflow is not valid. .github/workflows/swift.yml (Line: 8, Col: 5): Unexpected value 'run-name'
runs-on: macos-14-arm64
env:
DEVELOPER_DIR: /Applications/Xcode_16_beta_6.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Test (iOS)
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project "UIDeviceComplete.xcodeproj" -scheme "UIDeviceComplete" -destination "OS=16.0,name=iPhone 14 Pro" clean test | xcpretty
- name: Test (watchOS)
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project "UIDeviceComplete.xcodeproj" -scheme "UIDeviceComplete" -destination "OS=9.0,name=Apple Watch Series 8 (45mm)" clean test | xcpretty