From 49e8023a14f6c446f757bced2c4805a17163d35d Mon Sep 17 00:00:00 2001 From: Kilian B <60846047+knowbased@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:45:20 +0200 Subject: [PATCH] ci: add bitbucket packages in smalltalk.ston testing --- .smalltalk.ston | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 7749e40..6423cb2 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -11,9 +11,9 @@ SmalltalkCISpec { } ], #testing: { - #packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*' ], + #packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*', 'BitBucket.*' ], #coverage : { - #packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*' ], + #packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*', 'BitBucket.*' ], #format : #lcov } }