Skip to content

feat: handle https remotes when trying to guess project name #92

feat: handle https remotes when trying to guess project name

feat: handle https remotes when trying to guess project name #92

Triggered via pull request September 7, 2024 13:11
Status Failure
Total duration 29s
Artifacts

ci_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/git.test.js > guessProjectName: src/git.test.js#L20
Error: ENOENT: no such file or directory, chdir '/home/runner/work/cherry-cli/cherry-cli' -> '/home/runner/work/cherry-cli/cherry-cli/test/fixtures/project_one' ❯ src/git.test.js:20:27 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'chdir', path: '/home/runner/work/cherry-cli/cherry-cli', dest: '/home/runner/work/cherry-cli/cherry-cli/test/fixtures/project_one' }
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/