Run unit tests in github actions

This commit is contained in:
Leon Luithlen 2024-11-12 09:53:06 +01:00
parent 3cc11383ac
commit 18890715cf
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ jobs:
run: poetry install --no-interaction
- name: Run tests
run: poetry run pytest tests/
run: poetry run pytest cognee/tests/unit/
- name: Run default basic pipeline
env:

View file

@ -51,7 +51,7 @@ jobs:
run: poetry install --no-interaction
- name: Run tests
run: poetry run pytest tests/
run: poetry run pytest cognee/tests/unit/
- name: Run default basic pipeline
env:

View file

@ -51,7 +51,7 @@ jobs:
run: poetry install --no-interaction
- name: Run tests
run: poetry run pytest tests/
run: poetry run pytest cognee/tests/unit/
- name: Run default basic pipeline
env: