mirror of https://github.com/scrapy/scrapy.git
[CI] fail-fast: false (#5200)
This commit is contained in:
parent
1c46d5aa93
commit
c062ed017a
|
|
@ -5,6 +5,7 @@ jobs:
|
|||
checks:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- python-version: 3.9
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ jobs:
|
|||
tests:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- python-version: 3.7
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ jobs:
|
|||
tests:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- python-version: 3.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue