From 0e86d5c038445d4fdc18afc7a192506af498e8f6 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Tue, 7 Apr 2020 23:41:38 -0400 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 24fbfd1..f31be24 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -51,6 +51,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -68,6 +69,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -86,6 +88,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -103,6 +106,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout