Skip to content

Commit

Permalink
Merge pull request #98 from ba-st/default_on_baseline_v6
Browse files Browse the repository at this point in the history
Add default group to Baseline to avoid loading GS64 code by mistake
  • Loading branch information
gcotelli committed Aug 28, 2023
2 parents c6789c6 + 8222760 commit 241995a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/BaselineOfBuoy/BaselineOfBuoy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ BaselineOfBuoy >> baseline: spec [
baselineGS64Development: spec.
spec
group: 'CI' with: 'Tests';
group: 'Development' with: #('Tools' 'Tests')
group: 'Development' with: #('Tools' 'Tests');
group: 'default' with: 'Development'
]
]

Expand Down

0 comments on commit 241995a

Please sign in to comment.