fix destroySession
for cookies with maxAge
#1529
Annotations
2 errors, 6 warnings, and 1 notice
test\action-test.ts#L14
1) [chromium] › action-test.ts:149:3 › actions › client-side action submitted without form =======
Error: Expected build directory to exist at D:\a\solid-start\solid-start\.tmp\actions-1712ue45q0g\.solid\server\entry-server.js. The build probably failed. Did you maybe have a syntax error in your test code strings?
12 |
13 | test.beforeAll(async () => {
> 14 | fixture = await createFixture({
| ^
15 | files: {
16 | "src/routes/client-action.tsx": js`
17 | import { createRouteAction } from 'solid-start/data';
at createFixture (file:///D:/a/solid-start/solid-start/test/helpers/create-fixture.ts:45:11)
at file:///D:/a/solid-start/solid-start/test/action-test.ts:14:15
|
test\misc-test.ts#L53
2) [chromium] › misc-test.ts:57:5 › miscellaneous tests › with SSR › should be able to create a server function inside of a .js file
"afterAll" hook timeout of 120000ms exceeded.
51 | });
52 |
> 53 | test.afterAll(async () => {
| ^
54 | await appFixture.close();
55 | });
56 |
at D:\a\solid-start\solid-start\test\misc-test.ts:53:10
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test\[chromium] › api-routes-test.ts#L1
test\[chromium] › api-routes-test.ts took 22s
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The logs for this run have expired and are no longer available.
Loading