From 057d0d9aaa043e2be8a3389eaa8ed60142115838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 08:20:41 +0000 Subject: [PATCH] Update tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vรญctor Mayoral Vilches --- ci/test/.test.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/ci/test/.test.yml b/ci/test/.test.yml index 850f2a3e..7959313e 100644 --- a/ci/test/.test.yml +++ b/ci/test/.test.yml @@ -23,14 +23,22 @@ variables: TEST_PATH: tests/tools/reconnaissance/test_filesystem.py - -๐Ÿ—๏ธ tools test_architecture: +๐Ÿ—๏ธ tools test_architecture_core: <<: *run_test variables: - TEST_PATH: tests/tools/architecture + TEST_PATH: tests/tools/architecture/test_core.py - -๐Ÿ—๏ธ tools test_agents: +๐Ÿ—๏ธ tools test_architecture_util: <<: *run_test variables: - TEST_PATH: tests/tools/agents + TEST_PATH: tests/tools/architecture/test_util.py + +๐Ÿ—๏ธ tools test_agents_filesystem: + <<: *run_test + variables: + TEST_PATH: tests/tools/agents/test_filesystem.py + +๐Ÿ—๏ธ tools test_agents_models: + <<: *run_test + variables: + TEST_PATH: tests/tools/agents/test_models.py