Skip to content

Commit

Permalink
[CI]: Smalltalk STON - Correct Code Subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Aug 29, 2024
1 parent 2c9d118 commit 749b61c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'ResourcesLive',
#directory : 'repository',
#onConflict : #useIncoming
}
],
#testing : {
#failOnZeroTests : false }
}
SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'ResourcesLive', #directory : 'src', #onConflict : #useIncoming } ], #testing : { #failOnZeroTests : false }}
Expand Down

0 comments on commit 749b61c

Please sign in to comment.