fix(sdk): dynamically import esbuild to support compiled binaries #5246
ci.yml
on: push
build-and-check
2m 44s
Matrix: test-integration
Matrix: test
Annotations
10 errors and 4 warnings
|
error: expect(received).toHaveLength(expected):
cli/src/__tests__/integration/local-agents.test.ts#L454
Expected length: 3
Received length: 0
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:454:24)
|
|
error: expect(received).toBeDefined():
cli/src/__tests__/integration/local-agents.test.ts#L395
Received: undefined
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:395:21)
|
|
error: expect(received).toBeDefined():
cli/src/__tests__/integration/local-agents.test.ts#L367
Received: undefined
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:367:27)
|
|
error: expect(received).toBe(expected):
cli/src/__tests__/integration/local-agents.test.ts#L337
Expected: false
Received: ***
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:337:28)
|
|
error: expect(received).toBeDefined():
cli/src/__tests__/integration/local-agents.test.ts#L305
Received: undefined
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:305:23)
|
|
error: expect(received).toBeDefined():
cli/src/__tests__/integration/local-agents.test.ts#L280
Received: undefined
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:280:25)
|
|
error: expect(received).toBeDefined():
cli/src/__tests__/integration/local-agents.test.ts#L255
Received: undefined
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:255:26)
|
|
error: expect(received).toBeDefined():
cli/src/__tests__/integration/local-agents.test.ts#L206
Received: undefined
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:206:26)
|
|
error: expect(received).toHaveLength(expected):
cli/src/__tests__/integration/local-agents.test.ts#L175
Expected length: 1
Received length: 0
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:175:29)
|
|
error: expect(received).toEqual(expected):
cli/src/__tests__/integration/local-agents.test.ts#L129
Expected: ExpectArrayContaining {}
Received: []
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/integration/local-agents.***.ts:129:25)
|
|
test-cli
Attempt 4 failed. Reason: Child_process exited with error code 123
|
|
test-cli
Attempt 3 failed. Reason: Child_process exited with error code 123
|
|
test-cli
Attempt 2 failed. Reason: Child_process exited with error code 123
|
|
test-cli
Attempt 1 failed. Reason: Child_process exited with error code 123
|