Build all packages using tsdown #6465
ci.yaml
on: pull_request
Format
20s
Test
23s
Build (Open Source)
2m 21s
Typecheck
1m 5s
Annotations
12 errors
Test
Process completed with exit code 1.
|
Test
@gitbook/fonts#unit: command (/home/runner/work/gitbook/gitbook/packages/fonts) /home/runner/.bun/bin/bun run unit exited (1)
|
error: expect(received).toMatchSnapshot(expected):
packages/fonts/src/getDefaultFont.test.ts#L116
Expected:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjp-Ek-_0ew.woff",
}
Received:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjp-Ek-_0ew.woff",
}
at <anonymous> (/home/runner/work/gitbook/gitbook/packages/fonts/src/getDefaultFont.test.ts:116:23)
|
error: expect(received).toMatchSnapshot(expected):
packages/fonts/src/getDefaultFont.test.ts#L90
Expected:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjp-Ek-_0ew.woff",
}
Received:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjp-Ek-_0ew.woff",
}
at <anonymous> (/home/runner/work/gitbook/gitbook/packages/fonts/src/getDefaultFont.test.ts:90:25)
|
error: expect(received).toMatchSnapshot(expected):
packages/fonts/src/getDefaultFont.test.ts#L74
Expected:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthjp-Ek-_0ewmM.woff",
}
Received:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthjp-Ek-_0ewmM.woff",
}
at <anonymous> (/home/runner/work/gitbook/gitbook/packages/fonts/src/getDefaultFont.test.ts:74:24)
|
error: expect(received).toMatchSnapshot(expected):
packages/fonts/src/getDefaultFont.test.ts#L63
Expected:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhjp-Ek-_0ewmM.woff",
}
Received:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZxhjp-Ek-_0ewmM.woff",
}
at <anonymous> (/home/runner/work/gitbook/gitbook/packages/fonts/src/getDefaultFont.test.ts:63:24)
|
error: expect(received).toMatchSnapshot(expected):
packages/fonts/src/getDefaultFont.test.ts#L52
Expected:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthjp-Ek-_0ewmM.woff",
}
Received:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthjp-Ek-_0ewmM.woff",
}
at <anonymous> (/home/runner/work/gitbook/gitbook/packages/fonts/src/getDefaultFont.test.ts:52:24)
|
error: expect(received).toMatchSnapshot(expected):
packages/fonts/src/getDefaultFont.test.ts#L41
Expected:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjp-Ek-_0ew.woff",
}
Received:
{
"font": "Inter",
"url": "https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjp-Ek-_0ew.woff",
}
at <anonymous> (/home/runner/work/gitbook/gitbook/packages/fonts/src/getDefaultFont.test.ts:41:24)
|
Typecheck
Process completed with exit code 2.
|
Typecheck
gitbook#typecheck: command (/home/runner/work/gitbook/gitbook/packages/gitbook) /home/runner/.bun/bin/bun run typecheck exited (2)
|
Build (Open Source)
Process completed with exit code 1.
|
Build (Open Source)
gitbook#build: command (/home/runner/work/gitbook/gitbook/packages/gitbook) /home/runner/.bun/bin/bun run build exited (1)
|