From 9148016e9853b3466d88c42ccb3580dca03e50f9 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Thu, 16 Apr 2026 16:32:18 +0000 Subject: [PATCH] ci: remove test_linux job to isolate suspect test --- .github/workflows/ci-bundling-trial.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index ce68cfcbbd..1e95f0c7b5 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -12,21 +12,7 @@ concurrency: jobs: - test_linux: - name: 'Test (Linux) - CLI Unit' - runs-on: 'gemini-cli-ubuntu-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 --exclude packages/cli/src/ui/App.test.tsx --exclude packages/cli/src/test-utils/render.test.tsx --exclude packages/cli/src/test-utils/AppRig.test.tsx' - shell: 'bash' test_suspect: name: 'Test (Linux) - Suspect Tests'