feat(manifest): socket manifest dotnet + centralized config-name globs (REA-627, REA-628) #2179
ci.yml
on: pull_request
🧹 Lint Check
1m 13s
🔍 Type Check
19s
Matrix: 🧪 Test Matrix
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`
|