Skip to content

Commit 8222760

Browse files
committed
Add default group to Baseline to avoid loading GS64 code by mistake
1 parent c6789c6 commit 8222760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/BaselineOfBuoy/BaselineOfBuoy.class.st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ BaselineOfBuoy >> baseline: spec [
2727
baselineGS64Development: spec.
2828
spec
2929
group: 'CI' with: 'Tests';
30-
group: 'Development' with: #('Tools' 'Tests')
30+
group: 'Development' with: #('Tools' 'Tests');
31+
group: 'default' with: 'Development'
3132
]
3233
]
3334

0 commit comments

Comments
 (0)