We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf95b63 commit c56d0ceCopy full SHA for c56d0ce
.github/workflows/ci.yml
@@ -51,7 +51,6 @@ jobs:
51
- name: 'Checkout'
52
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
53
with:
54
- ref: '${{ github.head_ref }}'
55
fetch-depth: 1
56
57
- name: 'Set up Node.js'
@@ -307,6 +306,7 @@ jobs:
307
306
308
- name: 'Run tests and generate reports'
309
env:
+ GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
310
NO_COLOR: true
311
NODE_OPTIONS: '--max-old-space-size=32768 --max-semi-space-size=256'
312
UV_THREADPOOL_SIZE: '32'
0 commit comments