Skip to content

Commit

Permalink
Update .ci.ston
Browse files Browse the repository at this point in the history
Add Brick-Examples-Reordering
  • Loading branch information
tinchodias authored Dec 9, 2021
1 parent 427fccc commit eeb4291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci.ston
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Memory',
#baseline : 'BlocBrickTutorials',
#directory : 'src',
#platforms : [ #pharo ]
}
],
#testing: {
#include : {
#packages : [ 'Bloc-Memory.*' ]
#packages : [ 'Bloc-Memory.*', 'Brick-Examples-Reordering.*' ]
}
}
}

0 comments on commit eeb4291

Please sign in to comment.