diff options
| author | Didier Durand <[email protected]> | 2025-07-21 00:36:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-20 22:36:34 +0000 |
| commit | 0f6405e28dc60ecc4caa29b1222446d1eb5a64de (patch) | |
| tree | 8cbd8dedca1f5fb4e64a5ca384f0af583f43976f /docs/integration-tests.md | |
| parent | 0996d91f0b4a0befe3553016518fd40898699f0a (diff) | |
fix typos in diverse files (#3550)
Co-authored-by: Pascal Birchler <[email protected]>
Co-authored-by: Pascal Birchler <[email protected]>
Co-authored-by: N. Taylor Mullen <[email protected]>
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: |
