This commit is contained in:
matt korwel
2025-09-18 21:01:21 -07:00
committed by GitHub
parent cf95b631cd
commit c56d0ce6d2

View File

@@ -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'