Skip to content

Commit

Permalink
[CI]: Register tested project in Iceberg
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris authored Sep 5, 2024
1 parent d1573d2 commit 17d3f82
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'ResourcesLive', #directory : 'src', #onConflict : #useIncoming } ], #testing : { #failOnZeroTests : false }}
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'ResourcesLive',
#directory : 'src',
#onConflict : #useIncoming,
#registerInIceberg : true
}
],
#testing : {
#failOnZeroTests : false
}
}

0 comments on commit 17d3f82

Please sign in to comment.