Include catalog dependency changes when checking for changed packages #1990
Annotations
4 errors
|
build (ubuntu-latest, node 20, npm 11)
Process completed with exit code 1.
|
|
ensureSharedHistory › deepens history if needed:
packages/beachball/src/__functional__/git/ensureSharedHistory.test.ts#L273
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `ensureSharedHistory deepens history if needed 2`
- Snapshot - 0
+ Received + 1
@@ -3,6 +3,7 @@
"remote set-branches --add origin master",
"fetch --depth=2 origin master",
"fetch --deepen=2 origin master",
"fetch --deepen=2 origin master",
"fetch --deepen=2 origin master",
+ "fetch --unshallow origin master",
]
at Object.<anonymous> (src/__functional__/git/ensureSharedHistory.test.ts:273:32)
|
|
ensureSharedHistory › deepens history if needed:
packages/beachball/src/__functional__/git/ensureSharedHistory.test.ts#L248
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `ensureSharedHistory deepens history if needed 1`
- Snapshot - 1
+ Received + 6
@@ -17,6 +17,11 @@
[log] Fetching branch "master" from remote "origin" (with --deepen=2) completed successfully
[log] Deepening by 2 more commits (attempt 3/3)...
[log] Fetching branch "master" from remote "origin" (with --deepen=2)...
[log] From <origin-dir>
* branch master -> FETCH_HEAD
- [log] Fetching branch "master" from remote "origin" (with --deepen=2) completed successfully"
+ [log] Fetching branch "master" from remote "origin" (with --deepen=2) completed successfully
+ [log] Still didn't find a common commit after deepening by 6. Unshallowing...
+ [log] Fetching branch "master" from remote "origin" (with --unshallow)...
+ [log] From <origin-dir>
+ * branch master -> FETCH_HEAD
+ [log] Fetching branch "master" from remote "origin" (with --unshallow) completed successfully"
at Object.<anonymous> (src/__functional__/git/ensureSharedHistory.test.ts:248:21)
|
|
build (ubuntu-latest, node 14, npm 8)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
npm-logs-ubuntu-latest-node20-npm11
Expired
|
11.3 KB |
sha256:5c653d2d7fdbc749ba46baa395f114c866cf29b3a4a9a32590e938d650641098
|
|