Эх сурвалжийг харах

[GitHub Actions] fail-fast: false

Norio Nomura 4 жил өмнө
parent
commit
0e4d2f8d3e

+ 2 - 0
.github/workflows/swiftpm.yml

@@ -18,6 +18,7 @@ on:
 jobs:
   Xcode:
     strategy:
+      fail-fast: false
       matrix:
         xcode_version: ['11.3.1', '11.7', '12']
     runs-on: macOS-10.15
@@ -30,6 +31,7 @@ jobs:
 
   Linux:
     strategy:
+      fail-fast: false
       matrix:
         tag: ['5.1', '5.2', '5.3']
     runs-on: ubuntu-latest

+ 1 - 0
.github/workflows/xcodebuild.yml

@@ -20,6 +20,7 @@ on:
 jobs:
   xcodebuild:
     strategy:
+      fail-fast: false
       matrix:
         xcode_version: ['11.3.1', '11.7', '12']
         xcode_flags: ['-scheme Base32 -enableCodeCoverage YES -parallel-testing-enabled NO test']