Run unit tests in github actions
This commit is contained in:
parent
3cc11383ac
commit
18890715cf
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test_python_3_10.yml
vendored
2
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/test_python_3_11.yml
vendored
2
.github/workflows/test_python_3_11.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/test_python_3_9.yml
vendored
2
.github/workflows/test_python_3_9.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue