From e16c6ecd37c4ce1b43a685516b01bad5a0a2965c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 08:24:27 +0000 Subject: [PATCH] Fixes in 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ci/test/.test.yml b/ci/test/.test.yml index 7959313e..ec5e8728 100644 --- a/ci/test/.test.yml +++ b/ci/test/.test.yml @@ -18,27 +18,27 @@ - if: $CI_COMMIT_BRANCH when: on_success -πŸ—οΈ tools reconnaissance/filesystem: +πŸ› οΈ tools reconnaissance/filesystem: <<: *run_test variables: TEST_PATH: tests/tools/reconnaissance/test_filesystem.py -πŸ—οΈ tools test_architecture_core: +πŸ—οΈ architecture test_architecture_core: <<: *run_test variables: - TEST_PATH: tests/tools/architecture/test_core.py + TEST_PATH: tests/architecture/test_core.py -πŸ—οΈ tools test_architecture_util: +πŸ—οΈ architecture test_architecture_util: <<: *run_test variables: - TEST_PATH: tests/tools/architecture/test_util.py + TEST_PATH: tests/architecture/test_util.py -πŸ—οΈ tools test_agents_filesystem: +πŸ€– agents test_agents_filesystem: <<: *run_test variables: - TEST_PATH: tests/tools/agents/test_filesystem.py + TEST_PATH: tests/agents/test_agent_filesystem.py -πŸ—οΈ tools test_agents_models: +πŸ€– agents test_agents_models: <<: *run_test variables: - TEST_PATH: tests/tools/agents/test_models.py + TEST_PATH: tests/agents/test_agent_models.py