Try publishing from CI #7458
ci.yml
on: push
Check (format, lint, typecheck)
19s
Unit tests
22s
End-to-end tests
1m 54s
Publish unreleased package versions
0s
Annotations
3 errors and 1 notice
|
Check (format, lint, typecheck)
Process completed with exit code 1.
|
|
Unit tests
Process completed with exit code 1.
|
|
[unit] src/build/fs-routes.test.ts > matches the on-disk example/ project:
src/build/fs-routes.test.ts#L320
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
[
{
path: 'example/islands/Clicks.tsx'
},
{
...
{
+ path: 'example/islands/KeptCounter.tsx'
+ },
+ {
path: 'example/islands/Wrapper.tsx'
}
]
- Expected
+ Received
@@ -7,8 +7,11 @@
},
{
"path": "example/islands/double.tsx",
},
{
+ "path": "example/islands/KeptCounter.tsx",
+ },
+ {
"path": "example/islands/Wrapper.tsx",
},
]
❯ src/build/fs-routes.test.ts:320:10
|
|
🎭 Playwright Run Summary
192 passed (1.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
292 KB |
sha256:63f960c4b96ada1bfa4e585aa9f633dcdd67c73a4423b8d99f50c4e6140c5642
|
|