File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 55 docs :
66 name : ${{ matrix.compose_app }}
77 strategy :
8+ fail-fast : false
89 matrix :
910 compose_app :
1011 - flake8
2021 sqlite :
2122 name : sqlite
2223 strategy :
24+ fail-fast : false
2325 matrix :
2426 python_version :
2527 - 3.6
3941 sqlite-gis :
4042 name : sqlite-gis
4143 strategy :
44+ fail-fast : false
4245 matrix :
4346 python_version :
4447 - 3.6
5861 postgres :
5962 name : postgres
6063 strategy :
64+ fail-fast : false
6165 matrix :
6266 python_version :
6367 - 3.6
8488 postgres-gis :
8589 name : postgres-gis
8690 strategy :
91+ fail-fast : false
8792 matrix :
8893 python_version :
8994 - 3.6
@@ -115,6 +120,7 @@ jobs:
115120 mysql :
116121 name : mysql
117122 strategy :
123+ fail-fast : false
118124 matrix :
119125 python_version :
120126 - 3.6
@@ -140,6 +146,7 @@ jobs:
140146 mysql-gis :
141147 name : mysql-gis
142148 strategy :
149+ fail-fast : false
143150 matrix :
144151 python_version :
145152 - 3.6
@@ -165,6 +172,7 @@ jobs:
165172 mariadb :
166173 name : mariadb
167174 strategy :
175+ fail-fast : false
168176 matrix :
169177 python_version :
170178 - 3.6
You can’t perform that action at this time.
0 commit comments