docs: Update steps for running integration tests in a local environment (#3830)

* docs: Update steps for running integration tests in a local environment
This commit is contained in:
tofarr 2024-09-12 10:22:53 +01:00 committed by GitHub
parent ee9bea393f
commit e5cb80d59d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,8 +51,11 @@ of agents with real LLMs are stored under `mock/AgentName/TestName` folders.
## Run Integration Tests
Take a look at `ghcr.yml` (in the `.github/workflow` folder) to learn
how integration tests are launched in a CI environment.
[ghcr_runtime.yml](../../.github/workflows/ghcr_runtime.yml) runs integration tests in a CI environment.
*Note:* If you are using docker desktop make sure that your version is up to date and "Enable Host Networking"
is checked (Under settings -> Resources -> Network ). Otherwise the integration tests may hang with the
message `Getting container logs...` repeated ad infinitum.
You can run: