Procházet zdrojové kódy

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

* docs: Update steps for running integration tests in a local environment
tofarr před 1 rokem
rodič
revize
e5cb80d59d
1 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 5 2
      tests/integration/README.md

+ 5 - 2
tests/integration/README.md

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