From 844bb44411f8f413dcaafafd9351d721d565de5e Mon Sep 17 00:00:00 2001 From: mkorwel Date: Thu, 16 Apr 2026 15:58:30 +0000 Subject: [PATCH] ci: remove windows and bundle jobs to focus on linux --- .github/workflows/ci-bundling-trial.yml | 39 +------------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index bccf597cd6..1ae33e651c 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -6,30 +6,7 @@ on: - 'feat/ci-bundling-revamp' jobs: - build_bundle: - name: 'Build Bundle' - runs-on: 'gemini-cli-ubuntu-16-core' - steps: - - name: 'Checkout' - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' - - name: 'Set up Node' - uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' - with: - node-version-file: '.nvmrc' - cache: 'npm' - - - name: 'Install & Build' - run: | - npm ci - npm run build - npm run bundle - - - name: 'Upload Bundle' - uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4 - with: - name: 'gemini-bundle' - path: 'bundle/' test_linux: name: 'Test (Linux) - CLI Unit' @@ -49,20 +26,6 @@ jobs: - test_windows: - name: 'Test (Windows) - CLI Unit' - runs-on: 'gemini-cli-windows-16-core' - steps: - - name: 'Checkout' - uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' - - - name: 'Setup and Build' - uses: './.github/actions/setup-gemini' - with: - mode: 'source' - - - name: 'Run CLI Unit Tests' - run: 'npx vitest run packages/cli' - shell: 'bash' +