Skip to content

Commit c56d0ce

Browse files
authored
ci fixes (#8810)
1 parent cf95b63 commit c56d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: 'Checkout'
5252
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
5353
with:
54-
ref: '${{ github.head_ref }}'
5554
fetch-depth: 1
5655

5756
- name: 'Set up Node.js'
@@ -307,6 +306,7 @@ jobs:
307306

308307
- name: 'Run tests and generate reports'
309308
env:
309+
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
310310
NO_COLOR: true
311311
NODE_OPTIONS: '--max-old-space-size=32768 --max-semi-space-size=256'
312312
UV_THREADPOOL_SIZE: '32'

0 commit comments

Comments
 (0)