From e380f9f4c06fd480f2eaed94c600648da0833aad Mon Sep 17 00:00:00 2001 From: mkorwel Date: Sat, 25 Apr 2026 05:52:47 +0000 Subject: [PATCH] ci: remove devtools and test-utils jobs as they have no tests --- .github/workflows/ci-bundling-trial.yml | 38 ++----------------------- 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index e431a7ae4e..06256acd49 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -294,24 +294,7 @@ jobs: run: 'npx vitest run --project @google/gemini-cli-a2a-server' shell: 'bash' - test_devtools: - name: 'devtools' - runs-on: 'gemini-cli-ubuntu-16-core' - steps: - - name: 'Checkout' - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' - - name: 'Set up Node.js' - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' - with: - node-version-file: '.nvmrc' - cache: 'npm' - - name: 'Install dependencies' - run: 'npm ci' - - name: 'Build project' - run: 'npm run build' - - name: 'Run All DevTools Tests' - run: 'npx vitest run --project @google/gemini-cli-devtools' - shell: 'bash' + test_sdk: name: 'sdk' @@ -332,24 +315,7 @@ jobs: run: 'npx vitest run --project @google/gemini-cli-sdk' shell: 'bash' - test_test_utils: - name: 'test-utils' - runs-on: 'gemini-cli-ubuntu-16-core' - steps: - - name: 'Checkout' - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' - - name: 'Set up Node.js' - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' - with: - node-version-file: '.nvmrc' - cache: 'npm' - - name: 'Install dependencies' - run: 'npm ci' - - name: 'Build project' - run: 'npm run build' - - name: 'Run All Test Utils Tests' - run: 'npx vitest run --project @google/gemini-cli-test-utils' - shell: 'bash' + test_e2e: name: 'e2e:linux'