From c5e113b0758f32e0be09dc645a531d0c1b4adb75 Mon Sep 17 00:00:00 2001 From: Pierre Laborde Date: Fri, 13 Feb 2026 11:14:14 +0100 Subject: [PATCH] Fix CI baseline loading --- .smalltalkci.default.ston | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.smalltalkci.default.ston b/.smalltalkci.default.ston index 90a88fd..16bef0e 100644 --- a/.smalltalkci.default.ston +++ b/.smalltalkci.default.ston @@ -3,7 +3,15 @@ SmalltalkCISpec { SCIMetacelloLoadSpec { #baseline : 'BlocSerialization', #directory : 'src', - #platforms : [ #pharo ] + #platforms : [ #pharo ], + #onConflict : #useIncoming, + #onUpgrade : #useLoaded, + #ignoreImage : true } - ] + ], + + #testing : { + #failOnZeroTests : false, + #packages : [ 'Bloc-Serialization.*.Tests' ] + } }