diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index 1ebd721950..9b9e725acd 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -44,6 +44,6 @@ jobs: mode: 'bundle' bundle-artifact: 'gemini-bundle' - - name: 'Run Unit Tests' - run: 'npm run test' + - name: 'Run CLI Unit Tests' + run: 'npx vitest run packages/cli' shell: 'bash' diff --git a/status.md b/status.md index eb9d943fd8..e6b2609517 100644 --- a/status.md +++ b/status.md @@ -42,4 +42,5 @@ Investigation into the 10-minute CLI test runtime revealed: ## Current Goal - **Resuming Bundled CI:** Pushing these infrastructure optimizations to the - trial branch to measure the real-world CI speedup on the build box. + trial branch to measure the real-world CI speedup on the build box, + specifically for CLI unit tests.