Skip to content

feat(manifest): socket manifest dotnet + centralized config-name globs (REA-627, REA-628) #2179

feat(manifest): socket manifest dotnet + centralized config-name globs (REA-627, REA-628)

feat(manifest): socket manifest dotnet + centralized config-name globs (REA-627, REA-628) #2179

Triggered via pull request July 7, 2026 08:39
Status Failure
Total duration 4m 44s
Artifacts

ci.yml

on: pull_request
🧹 Lint Check
1m 13s
🧹 Lint Check
🔍 Type Check
19s
🔍 Type Check
Matrix: 🧪 Test Matrix
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
🧪 Test Matrix (24, ubuntu-latest)
Process completed with exit code 1.
src/commands/manifest/scripts/assemble.test.mts > records → assemble → sidecar > carries first-party project paths, external jars, and artifactless BOMs: src/commands/manifest/scripts/assemble.test.mts#L45
AssertionError: expected { group: 'com.example', …(7) } to deeply equal { group: 'com.example', …(6) } - Expected + Received @@ -1,7 +1,8 @@ { "classifier": null, + "ecosystem": "maven", "ext": "", "group": "com.example", "name": "app", "sources": [ "/abs/app/src/main/java", ❯ src/commands/manifest/scripts/assemble.test.mts:45:31
🧪 Test Matrix (20, ubuntu-latest)
The strategy configuration was canceled because "test._24_ubuntu-latest" failed
🧪 Test Matrix (20, ubuntu-latest)
Process completed with exit code 1.
src/commands/manifest/scripts/assemble.test.mts > records → assemble → sidecar > carries first-party project paths, external jars, and artifactless BOMs: src/commands/manifest/scripts/assemble.test.mts#L45
AssertionError: expected { group: 'com.example', …(7) } to deeply equal { group: 'com.example', …(6) } - Expected + Received @@ -1,7 +1,8 @@ { "classifier": null, + "ecosystem": "maven", "ext": "", "group": "com.example", "name": "app", "sources": [ "/abs/app/src/main/java", ❯ src/commands/manifest/scripts/assemble.test.mts:45:31
🧪 Test Matrix (22, ubuntu-latest)
The strategy configuration was canceled because "test._24_ubuntu-latest" failed
🧪 Test Matrix (22, ubuntu-latest)
The operation was canceled.
🧹 Lint Check: src/utils/purl-to-ghsa.mts#L4
`./errors.mts` import should occur before import of `./github.mts`