File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed
Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ steps:
4343 if : build.message !~ /\[skip tests\]/
4444 timeout_in_minutes : 120
4545 matrix :
46- julia :
47- - " 1.10"
48- - " 1.12"
46+ setup :
47+ julia :
48+ - " 1.10"
49+ - " 1.12"
4950 soft_fail :
5051 - exit_status : 3
5152
@@ -94,9 +95,10 @@ steps:
9495 if : build.message !~ /\[skip tests\]/
9596 timeout_in_minutes : 120
9697 matrix :
97- julia :
98- - " 1.10"
99- - " 1.12"
98+ setup :
99+ julia :
100+ - " 1.10"
101+ - " 1.12"
100102 soft_fail :
101103 - exit_status : 3
102104
@@ -145,9 +147,10 @@ steps:
145147 if : build.message !~ /\[skip tests\]/
146148 timeout_in_minutes : 60
147149 matrix :
148- julia :
149- - " 1.10"
150- - " 1.12"
150+ setup :
151+ julia :
152+ - " 1.10"
153+ - " 1.12"
151154 soft_fail :
152155 - exit_status : 3
153156
@@ -196,9 +199,10 @@ steps:
196199 if : build.message !~ /\[skip tests\]/
197200 timeout_in_minutes : 60
198201 matrix :
199- julia :
200- - " 1.10"
201- - " 1.12"
202+ setup :
203+ julia :
204+ - " 1.10"
205+ - " 1.12"
202206 soft_fail :
203207 - exit_status : 3
204208
You can’t perform that action at this time.
0 commit comments