From c56d0ce6d2dec5533ffc32ccbc66862fef3aa995 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 18 Sep 2025 21:01:21 -0700 Subject: [PATCH] ci fixes (#8810) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a57f1803d..d3767e383c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5 with: - ref: '${{ github.head_ref }}' fetch-depth: 1 - name: 'Set up Node.js' @@ -307,6 +306,7 @@ jobs: - name: 'Run tests and generate reports' env: + GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}' NO_COLOR: true NODE_OPTIONS: '--max-old-space-size=32768 --max-semi-space-size=256' UV_THREADPOOL_SIZE: '32'