diff options
Diffstat (limited to 'docs/integration-tests.md')
| -rw-r--r-- | docs/integration-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integration-tests.md b/docs/integration-tests.md index 60dfa30b..53ddd155 100644 --- a/docs/integration-tests.md +++ b/docs/integration-tests.md @@ -132,7 +132,7 @@ This structure makes it easy to locate the artifacts for a specific test run, fi ## Continuous integration -To ensure the integration tests are always run, a GitHub Actions workflow is defined in `.github/workflows/e2e.yml`. This workflow automatically runs the integration tests on every pull request and push to the `main` branch. +To ensure the integration tests are always run, a GitHub Actions workflow is defined in `.github/workflows/e2e.yml`. This workflow automatically runs the integrations tests for pull requests against the `main` branch, or when a pull request is added to a merge queue. The workflow runs the tests in different sandboxing environments to ensure Gemini CLI is tested across each: |
