feat: refactor github integration #684
Triggered via pull request
September 10, 2025 09:00
Status
Failure
Total duration
3m 30s
Artifacts
–
ci.yml
on: pull_request
Type Checking
55s
Test
2m 29s
Annotations
4 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
|
|
test/cloudflare.test.ts > Cloudflare Sandbox Provider - Unit Tests > Sandbox ID Generation > should generate unique sandbox IDs:
test/cloudflare.test.ts#L146
AssertionError: expected 'vibekit-default-1757494986891' not to be 'vibekit-default-1757494986891' // Object.is equality
❯ test/cloudflare.test.ts:146:38
|