mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 19:51:02 +02:00
Enable integration tests
This commit is contained in:
parent
ea46f425b0
commit
ceb9f5eafd
1 changed files with 5 additions and 2 deletions
7
.github/workflows/pull-request.yaml
vendored
7
.github/workflows/pull-request.yaml
vendored
|
|
@ -39,8 +39,8 @@ jobs:
|
|||
- name: Install trustgraph-vertexai
|
||||
run: (cd trustgraph-vertexai; pip install .)
|
||||
|
||||
- name: Install trustgraph-vertexai
|
||||
run: (cd trustgraph-vertexai; pip install .)
|
||||
- name: Install trustgraph-bedrock
|
||||
run: (cd trustgraph-bedrock; pip install .)
|
||||
|
||||
- name: Install some stuff
|
||||
run: pip install pytest pytest-cov pytest-asyncio pytest-mock testcontainers
|
||||
|
|
@ -48,3 +48,6 @@ jobs:
|
|||
- name: Unit tests
|
||||
run: pytest tests/unit
|
||||
|
||||
- name: Integration tests
|
||||
run: pytest tests/integration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue