From 2b33aca92891fb532ecc0faa9b2188f7da2a6312 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sat, 25 May 2024 14:00:56 +0200 Subject: [PATCH] Add mkdir --- .github/workflows/test_common.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 412c65b6c..70d15993d 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -72,6 +72,11 @@ jobs: - name: Install dependencies run: poetry install --no-interaction + - name: Create .cognee_system directory and print path + run: | + mkdir .cognee_system + echo $(pwd)/.cognee_system + - name: Run tests run: poetry run pytest tests/