feat: refactor github integration #685
Triggered via pull request
September 10, 2025 09:02
Status
Failure
Total duration
3m 37s
Artifacts
–
ci.yml
on: pull_request
Type Checking
58s
Test
2m 32s
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
test/vibekit.test.ts > VibeKit SDK > should download repository:
test/vibekit.test.ts#L111
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/vibekit.test.ts:111:31
|
|
test/daytona.test.ts > Daytona Sandbox > should generate code with daytona sandbox:
test/daytona.test.ts#L29
TypeError: (intermediate value).withAgent(...).withSandbox(...).withGithub is not a function
❯ test/daytona.test.ts:29:8
|