ci: fail on error 👷 (#2292)

Co-authored-by: Adam Hopkins <admhpkns@gmail.com>
This commit is contained in:
Meysam 2021-10-27 11:55:34 +03:00 committed by GitHub
parent f0f81ec458
commit 5b82884f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }} name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: true
matrix: matrix:
# os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] os: [ubuntu-latest]

View File

@ -15,7 +15,7 @@ jobs:
name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }} name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: true
matrix: matrix:
# os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] os: [ubuntu-latest]

View File

@ -15,7 +15,7 @@ jobs:
name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }} name: ut-${{ matrix.config.tox-env }}-${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: true
matrix: matrix:
# os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] os: [ubuntu-latest]