@@ -247,49 +247,51 @@ jobs:
247247 env :
248248 KEEP_E2E_ASSETS : ' true'
249249
250- - name : Skill E2E (build tool + integration test)
251- if : >-
252- github.event.pull_request.base.ref == 'main' &&
253- startsWith(github.event.pull_request.head.ref, 'release/')
254- run : npm run test:e2e:skills -w packages/create-mcp-server
255- timeout-minutes : 10
256- env :
257- ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
258- CLAUDECODE : ' '
250+ # Temporarily disabled — API credit balance exhausted
251+ # - name: Skill E2E (build tool + integration test)
252+ # if: >-
253+ # github.event.pull_request.base.ref == 'main' &&
254+ # startsWith(github.event.pull_request.head.ref, 'release/')
255+ # run: npm run test:e2e:skills -w packages/create-mcp-server
256+ # timeout-minutes: 10
257+ # env:
258+ # ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
259+ # CLAUDECODE: ''
259260
260261 - name : Clean up E2E assets
261262 if : always()
262263 run : npm run test:e2e:cleanup -w packages/create-mcp-server || true
263264
264- evals :
265- name : LLM Eval Tests
266- if : >-
267- github.event.pull_request.base.ref == 'main' &&
268- startsWith(github.event.pull_request.head.ref, 'release/')
269- runs-on : ubuntu-latest
270-
271- env :
272- NODE_TLS_REJECT_UNAUTHORIZED : ' 0'
273- ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
274-
275- steps :
276- - name : Checkout
277- uses : actions/checkout@v4
278-
279- - name : Setup Node.js
280- uses : actions/setup-node@v4
281- with :
282- node-version : ' 22'
283- cache : ' npm'
284-
285- - name : Install npm dependencies
286- run : npm ci
287-
288- - name : Build SDK
289- run : npm run build
290-
291- - name : Build template
292- run : npm run build -w template
293-
294- - name : Run CLI eval tests
295- run : npm run test:cli:evals
265+ # Temporarily disabled — API credit balance exhausted
266+ # evals:
267+ # name: LLM Eval Tests
268+ # if: >-
269+ # github.event.pull_request.base.ref == 'main' &&
270+ # startsWith(github.event.pull_request.head.ref, 'release/')
271+ # runs-on: ubuntu-latest
272+ #
273+ # env:
274+ # NODE_TLS_REJECT_UNAUTHORIZED: '0'
275+ # ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
276+ #
277+ # steps:
278+ # - name: Checkout
279+ # uses: actions/checkout@v4
280+ #
281+ # - name: Setup Node.js
282+ # uses: actions/setup-node@v4
283+ # with:
284+ # node-version: '22'
285+ # cache: 'npm'
286+ #
287+ # - name: Install npm dependencies
288+ # run: npm ci
289+ #
290+ # - name: Build SDK
291+ # run: npm run build
292+ #
293+ # - name: Build template
294+ # run: npm run build -w template
295+ #
296+ # - name: Run CLI eval tests
297+ # run: npm run test:cli:evals
0 commit comments