chore: add compass.yml file for config-as-code (#1) #2
ci.yml
on: push
Matrix: compile-and-smoke-test
Matrix: lint-and-unit-test
Annotations
17 errors
|
error: expect(received).toBe(expected):
src/test/cli.test.ts#L1333
Expected: "Done"
Received: "To Do"
at <anonymous> (/home/runner/work/backlog/backlog/src/test/cli.test.ts:1333:26)
|
|
error: expect(received).toBe(expected):
src/test/cli.test.ts#L84
Expected: true
Received: false
at <anonymous> (/home/runner/work/backlog/backlog/src/test/cli.test.ts:84:20)
|
|
error: expect(received).toBe(expected):
src/test/cli.test.ts#L44
Expected: true
Received: false
at <anonymous> (/home/runner/work/backlog/backlog/src/test/cli.test.ts:44:25)
|
|
error: Git command failed: git add backlog/config.yml:
src/git/operations.ts#L357
fatal: pathspec 'backlog/config.yml' did not match any files
at execGit (/home/runner/work/backlog/backlog/src/git/operations.ts:357:10)
|
|
error: Git command failed: git add backlog/config.yml:
src/git/operations.ts#L357
fatal: pathspec 'backlog/config.yml' did not match any files
at execGit (/home/runner/work/backlog/backlog/src/git/operations.ts:357:10)
|
|
error: expect(received).toBe(expected):
src/test/auto-commit.test.ts#L47
Expected: false
Received: undefined
at <anonymous> (/home/runner/work/backlog/backlog/src/test/auto-commit.test.ts:47:39)
|
|
lint-and-unit-test (windows-latest)
The operation was canceled.
|
|
lint-and-unit-test (windows-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
lint-and-unit-test (macos-latest)
The operation was canceled.
|
|
error: expect(received).toBe(expected):
src/test/offline-integration.test.ts#L201
Expected: false
Received: undefined
at <anonymous> (/Users/runner/work/backlog/backlog/src/test/offline-integration.test.ts:201:36)
|
|
error: expect(received).toBe(expected):
src/test/offline-integration.test.ts#L195
Expected: true
Received: undefined
at <anonymous> (/Users/runner/work/backlog/backlog/src/test/offline-integration.test.ts:195:44)
|
|
error: expect(received).toBe(expected):
src/test/offline-integration.test.ts#L157
Expected: false
Received: undefined
at <anonymous> (/Users/runner/work/backlog/backlog/src/test/offline-integration.test.ts:157:43)
|
|
error: expect(received).toBeUndefined():
src/test/offline-integration.test.ts#L145
Received: 352 | }
353 |
354 | return { stdout, stderr };
355 | } catch (error: unknown) {
356 | const message = error instanceof Error ? error.message : String(error);
357 | throw new Error(`Git command failed: git ${args.join(" ")}\n${message}`);
^
error: Git command failed: git fetch origin
Git command failed (exit code 128): git fetch origin
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
at execGit (/Users/runner/work/backlog/backlog/src/git/operations.ts:357:10)
at <anonymous> (/Users/runner/work/backlog/backlog/src/test/offline-integration.test.ts:145:18)
|
|
error: Git command failed: git add backlog/config.yml:
src/git/operations.ts#L357
fatal: pathspec 'backlog/config.yml' did not match any files
at execGit (/Users/runner/work/backlog/backlog/src/git/operations.ts:357:10)
|
|
error: Git command failed: git add backlog/config.yml:
src/git/operations.ts#L357
fatal: pathspec 'backlog/config.yml' did not match any files
at execGit (/Users/runner/work/backlog/backlog/src/git/operations.ts:357:10)
|
|
error: expect(received).toBe(expected):
src/test/auto-commit.test.ts#L47
Expected: false
Received: undefined
at <anonymous> (/Users/runner/work/backlog/backlog/src/test/auto-commit.test.ts:47:39)
|
|
lint-and-unit-test (macos-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|