Mirror from monorepo @ 698fdaa #1
Annotations
6 errors and 1 warning
|
publish
Process completed with exit code 1.
|
|
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used:
dist/sync/emails.test.js#L211
Snapshot name: "emails serialize/deserialize roundtrip should produce stable body after multiple roundtrips 1"
Received:
{
"email1": {
"body": "Hello world",
"id": "123",
"subject": "Test",
},
"email2": {
"body": "Hello world",
"id": "123",
"subject": "Test",
},
"serialized1":
"---
id: "123"
subject: Test
---
Hello world"
,
"serialized2":
"---
id: "123"
subject: Test
---
Hello world"
,
}
at <anonymous> (/home/runner/work/cli/cli/dist/sync/emails.test.js:211:66)
|
|
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used:
dist/sync/emails.test.js#L199
Snapshot name: "emails serialize/deserialize roundtrip should strip plaintext editor mode sigil through roundtrip 1"
Received:
{
"body": "Hello world",
"id": "123",
"subject": "Test",
}
at <anonymous> (/home/runner/work/cli/cli/dist/sync/emails.test.js:199:27)
|
|
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used:
dist/sync/emails.test.js#L190
Snapshot name: "emails serialize/deserialize roundtrip should strip fancy editor mode sigil through roundtrip 1"
Received:
{
"body": "Hello world",
"id": "123",
"subject": "Test",
}
at <anonymous> (/home/runner/work/cli/cli/dist/sync/emails.test.js:190:27)
|
|
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used:
dist/sync/emails.test.js#L81
Snapshot name: "emails serialize should strip all editor mode sigils from body 1"
Received:
"---
id: "123"
subject: Test
---
Hello world"
at <anonymous> (/home/runner/work/cli/cli/dist/sync/emails.test.js:81:28)
|
|
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used:
dist/sync/emails.test.js#L73
Snapshot name: "emails serialize should strip fancy editor mode sigil from body 1"
Received:
"---
id: "123"
subject: Test
---
Hello world"
at <anonymous> (/home/runner/work/cli/cli/dist/sync/emails.test.js:73:28)
|
|
publish
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|