From 454c07eb5e86b46f3357fbb7f6b95497112d92fb Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Thu, 29 May 2025 23:50:10 +0200 Subject: [PATCH] Force added project.yml in test Seems like we have concurrency issues in tests, adding this solves this --- .../repos/typescript/test_repo/.serena/project.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/resources/repos/typescript/test_repo/.serena/project.yml diff --git a/test/resources/repos/typescript/test_repo/.serena/project.yml b/test/resources/repos/typescript/test_repo/.serena/project.yml new file mode 100644 index 0000000..b9f472b --- /dev/null +++ b/test/resources/repos/typescript/test_repo/.serena/project.yml @@ -0,0 +1,7 @@ +excluded_tools: [] +ignore_all_files_in_gitignore: true +ignored_paths: [] +initial_prompt: '' +language: typescript +project_name: test_repo +read_only: false