Enable integration tests

This commit is contained in:
Cyber MacGeddon 2025-07-14 14:53:25 +01:00
parent ea46f425b0
commit ceb9f5eafd

View file

@ -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