Skip to content

Commit

Permalink
Disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Sep 19, 2019
1 parent cabf7d2 commit 1924dbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
docs:
name: ${{ matrix.compose_app }}
strategy:
fail-fast: false
matrix:
compose_app:
- flake8
Expand All @@ -20,6 +21,7 @@ jobs:
sqlite:
name: sqlite
strategy:
fail-fast: false
matrix:
python_version:
- 3.6
Expand All @@ -39,6 +41,7 @@ jobs:
sqlite-gis:
name: sqlite-gis
strategy:
fail-fast: false
matrix:
python_version:
- 3.6
Expand All @@ -58,6 +61,7 @@ jobs:
postgres:
name: postgres
strategy:
fail-fast: false
matrix:
python_version:
- 3.6
Expand All @@ -84,6 +88,7 @@ jobs:
postgres-gis:
name: postgres-gis
strategy:
fail-fast: false
matrix:
python_version:
- 3.6
Expand Down Expand Up @@ -115,6 +120,7 @@ jobs:
mysql:
name: mysql
strategy:
fail-fast: false
matrix:
python_version:
- 3.6
Expand All @@ -140,6 +146,7 @@ jobs:
mysql-gis:
name: mysql-gis
strategy:
fail-fast: false
matrix:
python_version:
- 3.6
Expand All @@ -165,6 +172,7 @@ jobs:
mariadb:
name: mariadb
strategy:
fail-fast: false
matrix:
python_version:
- 3.6
Expand Down

0 comments on commit 1924dbd

Please sign in to comment.