Skip to content

Commit

Permalink
ci: remove fast fail for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jan 27, 2021
1 parent 1f73a61 commit f0cb4eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016]
node: [12, 13, 14, 15]
fail-fast: true
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -40,7 +39,6 @@ jobs:
strategy:
matrix:
node: [12, 13, 14, 15]
fail-fast: true
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016]
node: [12, 13, 14, 15]
fail-fast: true
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -41,7 +40,6 @@ jobs:
strategy:
matrix:
node: [12, 13, 14, 15]
fail-fast: true
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down

0 comments on commit f0cb4eb

Please sign in to comment.