Fix HMR in React Framework #4105
Annotations
1 error, 5 warnings, and 1 notice
End-to-End Tests e2e-kit:
e2e/kit/src/lib/utils/testsHelper.ts#L202
1) src/routes/stores/action-mutation/spec.ts:7:3 › action-mutation › happy path action-mutation =
Error: element "span[id=name-error]" must BE 👇
Expected: "*"
Received: ""
at src/lib/utils/testsHelper.ts:202
200 | // If the selector is not found, we will get an error: Timeout.
201 | // It's usually because the page is not loading properly!
> 202 | expect(trimed ? result?.trim() : result, `element "${selector}" must BE 👇`).toBe(toBe);
| ^
203 | }
204 |
205 | /**
at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80)
at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/stores/action-mutation/spec.ts:19:5
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Install pnpm
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/
|
Install pnpm
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/
|
Install pnpm
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/
|
Get pnpm store directory
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/
|
End-to-End Tests e2e-kit
1 flaky
src/routes/stores/action-mutation/spec.ts:7:3 › action-mutation › happy path action-mutation ==
107 passed (1.5m)
|
The logs for this run have expired and are no longer available.
Loading