From fd74b6e3737d1c534721612762ea9c1268ff9811 Mon Sep 17 00:00:00 2001 From: levisingularity Date: Mon, 18 Nov 2024 10:59:10 -0300 Subject: [PATCH] das-119: Add das-toolbox, das-node and das-databse-adapter to the test process --- scripts/deployment/test_definitions.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scripts/deployment/test_definitions.json b/scripts/deployment/test_definitions.json index 74b6cd8..ca232fa 100644 --- a/scripts/deployment/test_definitions.json +++ b/scripts/deployment/test_definitions.json @@ -8,5 +8,20 @@ "repository": "https://github.com/singnet/das-query-engine.git", "workflow": "run-tests.yml", "ref": "master" + }, + { + "repository": "https://github.com/singnet/das-toolbox.git", + "workflow": "run-tests.yml", + "ref": "master" + }, + { + "repository": "https://github.com/singnet/das-node.git", + "workflow": "run-tests.yml", + "ref": "master" + }, + { + "repository": "https://github.com/singnet/das-database-adapter.git", + "workflow": "run-tests.yml", + "ref": "master" } ] \ No newline at end of file