From 4763a4a7c6f787c5c50fb3ff8131df248a184b73 Mon Sep 17 00:00:00 2001 From: Francesco Casella Date: Tue, 26 Mar 2024 14:13:09 +0100 Subject: [PATCH] Added testing of BusinessSimulation (#87) Tests the version on the main branch and reports it as BusinessSimulation_dev --- configs/conf.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/conf.json b/configs/conf.json index c2fc456..7c441a0 100644 --- a/configs/conf.json +++ b/configs/conf.json @@ -188,6 +188,11 @@ { "library":"BuildSysPro" }, + { + "library":"BusinessSimulation", + "libraryVersion":"main", + "libraryVersionNameForTests":"dev" + }, { "library":"BioChem" },