Ver Fonte

Update logs.

Jon Shier há 6 anos atrás
pai
commit
cd7152dede
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      .github/workflows/ci.yml

+ 5 - 5
.github/workflows/ci.yml

@@ -22,7 +22,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v1            
       - uses: actions/checkout@v1            
       - name: iOS - ${{ matrix.destination }}
       - name: iOS - ${{ matrix.destination }}
-        run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire iOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-${{ matrix.destination }}.log
+        run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire iOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-iOS.log
   tvOS:
   tvOS:
     name: Test tvOS 
     name: Test tvOS 
     runs-on: macOS-latest
     runs-on: macOS-latest
@@ -32,7 +32,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v1            
       - uses: actions/checkout@v1            
       - name: tvOS - ${{ matrix.destination }}
       - name: tvOS - ${{ matrix.destination }}
-        run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire tvOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-${{ matrix.destination }}.log
+        run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire tvOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-tvOS.log
   watchOS:
   watchOS:
     name: Build watchOS
     name: Build watchOS
     runs-on: macOS-latest
     runs-on: macOS-latest
@@ -42,7 +42,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - name: watchOS - ${{ matrix.destination }}
       - name: watchOS - ${{ matrix.destination }}
-        run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire watchOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-${{ matrix.destination }}.log
+        run: xcodebuild -project "Alamofire.xcodeproj" -scheme "Alamofire watchOS" -destination ${{ matrix.destination }} clean test | tee .ci/results/xcodebuild-watchOS.log
   spm:
   spm:
     name: Test SPM Integration
     name: Test SPM Integration
     runs-on: macOS-latest    
     runs-on: macOS-latest    
@@ -50,8 +50,8 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - name: SPM Build & Test
       - name: SPM Build & Test
-        run: |      
+        run: |
           cd 'Integrations/SPM'
           cd 'Integrations/SPM'
           swift build
           swift build
           swift test
           swift test
-  
+