From 0c9dff3c7842b45445a6f27b297363702d3df94f Mon Sep 17 00:00:00 2001 From: Dominic Saadi Date: Thu, 21 Jul 2022 17:12:59 +0900 Subject: [PATCH] temp: disable fail fast --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ac443d128eb..02da06196490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,8 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] node-version: [14, 16] - fail-fast: true + # NOTE: This is temporary, for this PR. + fail-fast: false name: 🏗 Build, lint, test / ${{ matrix.os }} / node ${{ matrix.node-version }} latest runs-on: ${{ matrix.os }} steps: @@ -110,7 +111,8 @@ jobs: matrix: os: [ubuntu-latest] node-version: [14, 16] - fail-fast: true + # NOTE: This is temporary, for this PR. + fail-fast: false name: 🌲 Tutorial E2E / ${{ matrix.os }} / node ${{ matrix.node-version }} latest runs-on: ${{ matrix.os }} steps: @@ -181,7 +183,8 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] node-version: [14, 16] - fail-fast: true + # NOTE: This is temporary, for this PR. + fail-fast: false name: 👀 Smoke test / ${{ matrix.os }} / node ${{ matrix.node-version }} latest runs-on: ${{ matrix.os }} env: