Skip to content

Commit

Permalink
ci: fail on error 馃懛 (#2292)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hopkins <admhpkns@gmail.com>
  • Loading branch information
meysam81 and ahopkins committed Oct 27, 2021
1 parent f0f81ec commit 5b82884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-python37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-python38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-python39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5b82884

Please sign in to comment.