From 5b82884f8b459597be1c0a48f2496e1e165c3a25 Mon Sep 17 00:00:00 2001 From: Meysam Date: Wed, 27 Oct 2021 11:55:34 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20fail=20on=20error=20=F0=9F=91=B7=20(#2292?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adam Hopkins --- .github/workflows/pr-python37.yml | 2 +- .github/workflows/pr-python38.yml | 2 +- .github/workflows/pr-python39.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-python37.yml b/.github/workflows/pr-python37.yml index 80ade1e088..485f2592cf 100644 --- a/.github/workflows/pr-python37.yml +++ b/.github/workflows/pr-python37.yml @@ -15,7 +15,7 @@ jobs: name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: - fail-fast: false + fail-fast: true matrix: # os: [ubuntu-latest, macos-latest] os: [ubuntu-latest] diff --git a/.github/workflows/pr-python38.yml b/.github/workflows/pr-python38.yml index c630f0e07c..8c46b86beb 100644 --- a/.github/workflows/pr-python38.yml +++ b/.github/workflows/pr-python38.yml @@ -15,7 +15,7 @@ jobs: name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: - fail-fast: false + fail-fast: true matrix: # os: [ubuntu-latest, macos-latest] os: [ubuntu-latest] diff --git a/.github/workflows/pr-python39.yml b/.github/workflows/pr-python39.yml index 8b46d2c8c2..cdccf0d2ed 100644 --- a/.github/workflows/pr-python39.yml +++ b/.github/workflows/pr-python39.yml @@ -15,7 +15,7 @@ jobs: name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: - fail-fast: false + fail-fast: true matrix: # os: [ubuntu-latest, macos-latest] os: [ubuntu-latest]