Run the integration tests in the CI pipeline BUT without API keys (#3359)

* integration tests in ci pipeline

* Update CONTRIBUTING.md

Co-authored-by: Reinier van der Leer <github@pwuts.nl>

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
merwanehamadi
2023-04-26 18:45:03 -07:00
committed by GitHub
parent 3b56716a68
commit 02f546d2bc
13 changed files with 897 additions and 84 deletions

View File

@@ -7,6 +7,7 @@ from autogpt.app import list_agents, start_agent
from tests.utils import requires_api_key
@pytest.mark.vcr
@pytest.mark.integration_test
@requires_api_key("OPENAI_API_KEY")
def test_make_agent() -> None: