mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
ci fixes (#8810)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -51,7 +51,6 @@ jobs:
|
|||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
|
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: '${{ github.head_ref }}'
|
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: 'Set up Node.js'
|
- name: 'Set up Node.js'
|
||||||
@@ -307,6 +306,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Run tests and generate reports'
|
- name: 'Run tests and generate reports'
|
||||||
env:
|
env:
|
||||||
|
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
|
||||||
NO_COLOR: true
|
NO_COLOR: true
|
||||||
NODE_OPTIONS: '--max-old-space-size=32768 --max-semi-space-size=256'
|
NODE_OPTIONS: '--max-old-space-size=32768 --max-semi-space-size=256'
|
||||||
UV_THREADPOOL_SIZE: '32'
|
UV_THREADPOOL_SIZE: '32'
|
||||||
|
|||||||
Reference in New Issue
Block a user