Skip to content

Commit

Permalink
Set 'fail-test' to 'false'
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed May 31, 2022
1 parent 53a46b7 commit 77d1436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
strategy:
fail-fast: false
matrix:
include:
- swift: "5.6"
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
strategy:
fail-fast: false
matrix:
include:
- os: "15.4"
Expand Down Expand Up @@ -80,6 +82,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer
strategy:
fail-fast: false
matrix:
include:
- example: "Maps"
Expand All @@ -95,6 +98,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer
strategy:
fail-fast: false
matrix:
include:
- target: "arm64-apple-ios15.4-simulator"
Expand Down

0 comments on commit 77d1436

Please sign in to comment.