Add mkdir
This commit is contained in:
parent
b49bad6db2
commit
2b33aca928
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test_common.yml
vendored
5
.github/workflows/test_common.yml
vendored
|
|
@ -72,6 +72,11 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction
|
run: poetry install --no-interaction
|
||||||
|
|
||||||
|
- name: Create .cognee_system directory and print path
|
||||||
|
run: |
|
||||||
|
mkdir .cognee_system
|
||||||
|
echo $(pwd)/.cognee_system
|
||||||
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: poetry run pytest tests/
|
run: poetry run pytest tests/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue