Skip to content

Commit

Permalink
temp: disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Jul 21, 2022
1 parent 4b16890 commit 0c9dff3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0c9dff3

Please sign in to comment.