|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
destination: ["OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
|
|
|
steps:
|
|
|
- uses: actions/checkout@v1
|
|
|
- - name: iOS - ${{ maxtrix.destination }}
|
|
|
+ - name: iOS - ${{ matrix.destination }}
|
|
|
run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire iOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-${{ maxtrix.destination }}.log
|
|
|
tvOS:
|
|
|
name: Test tvOS
|
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
destination: ["OS=5.3,name=Apple Watch Series 4 - 44mm", "OS=4.2,name=Apple Watch Series 3 - 42mm", "OS=3.2,name=Apple Watch Series 2 - 42mm"]
|
|
|
steps:
|
|
|
- uses: actions/checkout@v1
|
|
|
- - name: watchOS
|
|
|
+ - name: watchOS - ${{ matrix.destination }}
|
|
|
run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire watchOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-${{ maxtrix.destination }}.log
|
|
|
spm:
|
|
|
name: Test SPM Integration
|