Skip to content

Commit

Permalink
ci: add 'fail-fast' to false
Browse files Browse the repository at this point in the history
The following commit adds the strategy option to not `fail-fast` during
the matrix so all operating systems can build without cancelling
eachother.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Dec 1, 2020
1 parent 0a72196 commit 1a4ccb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: ${{ matrix.os }}, Node.js v${{ matrix.node }}, Python ${{ matrix.python }}

strategy:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-18.04, macos-10.15]
node: ['12.x']
Expand Down

0 comments on commit 1a4ccb6

Please sign in to comment.