Skip to content

Commit

Permalink
[CI]: Don't Fail if No Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris authored Jul 20, 2024
1 parent b812a55 commit c5f157b
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 @@ -3,7 +3,8 @@ SmalltalkCISpec {
SCIMetacelloLoadSpec {
#baseline : 'Dynabook',
#directory : 'src',
#platforms : [ #pharo ]
#platforms : [ #pharo ].
#failOnZeroTests : false
}
]
}

0 comments on commit c5f157b

Please sign in to comment.