fix: honor ask no-clone in CI #84
ci.yml
on: push
Annotations
4 errors
|
Test (Node 20)
Process completed with exit code 1.
|
|
E2E
Process completed with exit code 1.
|
|
test/e2e/diff-command.e2e.test.ts > diff command > generates a PR onboarding diff through the real CLI process:
test/e2e/diff-command.e2e.test.ts#L200
Error: ENOENT: no such file or directory, open '/tmp/bootcamp-diff-e2e-Egltyk/diff-output/DIFF.md'
❯ test/e2e/diff-command.e2e.test.ts:200:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bootcamp-diff-e2e-Egltyk/diff-output/DIFF.md' }
|
|
test/e2e/ask-command.e2e.test.ts > ask command > answers questions against a local repo through the real CLI process:
test/e2e/helpers.ts#L127
Error: Timed out waiting for output: Ready!
Last output:
=== Repo Bootcamp - Ask Mode ===
Failed to resolve repository: Invalid GitHub URL: /tmp/bootcamp-ask-e2e-dHByE4/fixture-ask-repo
❯ waitForOutput test/e2e/helpers.ts:127:9
❯ test/e2e/ask-command.e2e.test.ts:92:5
|