Skip to content

Commit

Permalink
Add fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Apr 28, 2021
1 parent e754703 commit 084376d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Test-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-20.04
container: swift:${{ matrix.swift }}-focal
strategy:
fail-fast: false
matrix:
swift: ["5.2", "5.3"]

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Test-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:

runs-on: macos-latest
strategy:
fail-fast: false
matrix:
swift: ["5.2", "5.3"]
swift: ["5.2"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 084376d

Please sign in to comment.