mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-20 11:00:40 -07:00
Remove old E2E Workflows (#14749)
This commit is contained in:
committed by
GitHub
parent
171103aedc
commit
8f43d4851d
@@ -199,9 +199,9 @@ file, or case.
|
||||
## 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
|
||||
integrations tests for pull requests against the `main` branch, or when a pull
|
||||
request is added to a merge queue.
|
||||
defined in `.github/workflows/chained_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:
|
||||
|
||||
@@ -33,7 +33,7 @@ nightly) or the release branch (for preview/stable).
|
||||
|
||||
### 2. End-to-end (E2E) tests
|
||||
|
||||
All workflows in `.github/workflows/e2e.yml` must pass.
|
||||
All workflows in `.github/workflows/chained_e2e.yml` must pass.
|
||||
|
||||
- **Platforms:** **Linux, macOS and Windows**.
|
||||
- **Sandboxing:** Tests must pass with both `sandbox:none` and `sandbox:docker`
|
||||
|
||||
Reference in New Issue
Block a user