merge: dev into main #227
ci.yml
on: push
Lint & Typecheck
56s
Test
2m 16s
Production release smoke
3m 16s
Annotations
4 errors, 3 warnings, and 1 notice
|
Lint & Typecheck
Process completed with exit code 1.
|
|
Test
Process completed with exit code 1.
|
|
[jsdom] tests/unit/publicationBranding.test.ts > tenant branding stays current after a save > lets a manual refresh bypass the cached tenant payload:
tests/unit/publicationBranding.test.ts#L73
Error: ENOENT: no such file or directory, open '/home/runner/work/app/app/app/composables/useClientSite.ts'
❯ source tests/unit/publicationBranding.test.ts:73:36
❯ tests/unit/publicationBranding.test.ts:76:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/app/app/app/composables/useClientSite.ts' }
|
|
[jsdom] tests/unit/nuxtUiContract.test.ts > Nuxt UI template contract > does not reintroduce native interactive primitives:
tests/unit/nuxtUiContract.test.ts#L137
AssertionError: expected [ 'app/components/TenantCreate.vue' ] to deeply equal []
- Expected
+ Received
- []
+ [
+ "app/components/TenantCreate.vue",
+ ]
❯ tests/unit/nuxtUiContract.test.ts:137:103
|
|
Lint & Typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Production release smoke
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 passed (9.8s)
|