mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user