Skip to content

Commit

Permalink
[CI] fail-fast: false (scrapy#5200)
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta authored and Gallaecio committed Oct 5, 2021
1 parent 6d7179b commit 47fb908
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Expand Up @@ -5,6 +5,7 @@ jobs:
checks:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.9
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-macos.yml
Expand Up @@ -5,6 +5,7 @@ jobs:
tests:
runs-on: macos-10.15
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-ubuntu.yml
Expand Up @@ -5,6 +5,7 @@ jobs:
tests:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.7
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-windows.yml
Expand Up @@ -5,6 +5,7 @@ jobs:
tests:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.6
Expand Down

0 comments on commit 47fb908

Please sign in to comment.