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'