ビルド後に実行する 3 つのテスト コマンドがありますが、git コミット メッセージのキーワードに基づいてこれらのコマンドを実行したいと考えています。
Commit message: 'New changes [CoreTest]'
if(CoreTest){
Run coreTest shell command for spoon
}else if(CloudTest){
Run CloudTest shell command for spoon
}
else{
AllTests shell command for spoon
}