Skip to content

Commit

Permalink
Fix CI loading conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord authored Dec 11, 2023
1 parent 830209f commit c2baf0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'FamixOpenTelemetry',
#onConflict : #useIncoming,
#load : [ 'all' ],
#directory : 'src',
#platforms : [ #pharo ]
Expand All @@ -13,4 +14,4 @@ SmalltalkCISpec {
#format : #lcov
}
}
}
}

0 comments on commit c2baf0b

Please sign in to comment.