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/