File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
docs :
6
6
name : ${{ matrix.compose_app }}
7
7
strategy :
8
+ fail-fast : false
8
9
matrix :
9
10
compose_app :
10
11
- flake8
20
21
sqlite :
21
22
name : sqlite
22
23
strategy :
24
+ fail-fast : false
23
25
matrix :
24
26
python_version :
25
27
- 3.6
39
41
sqlite-gis :
40
42
name : sqlite-gis
41
43
strategy :
44
+ fail-fast : false
42
45
matrix :
43
46
python_version :
44
47
- 3.6
58
61
postgres :
59
62
name : postgres
60
63
strategy :
64
+ fail-fast : false
61
65
matrix :
62
66
python_version :
63
67
- 3.6
84
88
postgres-gis :
85
89
name : postgres-gis
86
90
strategy :
91
+ fail-fast : false
87
92
matrix :
88
93
python_version :
89
94
- 3.6
@@ -115,6 +120,7 @@ jobs:
115
120
mysql :
116
121
name : mysql
117
122
strategy :
123
+ fail-fast : false
118
124
matrix :
119
125
python_version :
120
126
- 3.6
@@ -140,6 +146,7 @@ jobs:
140
146
mysql-gis :
141
147
name : mysql-gis
142
148
strategy :
149
+ fail-fast : false
143
150
matrix :
144
151
python_version :
145
152
- 3.6
@@ -165,6 +172,7 @@ jobs:
165
172
mariadb :
166
173
name : mariadb
167
174
strategy :
175
+ fail-fast : false
168
176
matrix :
169
177
python_version :
170
178
- 3.6
You can’t perform that action at this time.
0 commit comments