feat: fix sorting events (#211) #806
validate.yaml
on: push
Matrix: Validate
Matrix: Build and deploy / Build and push docker images
Matrix: Build and deploy / Deploy docker images
Annotations
1 error, 23 warnings, and 2 notices
|
[webkit] › e2e/tests/pages/contact.test.ts:138:3 › contact page › contact form › should display error message when sending contact form submission fails:
apps/website/e2e/tests/pages/contact.test.ts#L165
1) [webkit] › e2e/tests/pages/contact.test.ts:138:3 › contact page › contact form › should display error message when sending contact form submission fails
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('main').getByRole('alert')
Expected substring: "Failed to send message."
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByRole('main').getByRole('alert')
9 × locator resolved to <div role="alert" class="sr-only" aria-atomic="true" aria-live="assertive">…</div>
- unexpected value ""
163 |
164 | await expect(contactPage.page.getByRole("main").getByRole("status")).toBeEmpty();
> 165 | await expect(contactPage.page.getByRole("main").getByRole("alert")).toContainText(
| ^
166 | i18n.t("actions.sendContactFormEmailAction.error"),
167 | { timeout: statusTimeoutMs },
168 | );
at /home/runner/work/knowledge-base/knowledge-base/apps/website/e2e/tests/pages/contact.test.ts:165:73
|
|
Validate (24.x, ubuntu-24.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Validate (24.x, ubuntu-24.04)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/menu.tsx#L214
Use destructuring assignment for component props
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/date-picker.tsx#L59
A/an 'object expression' as default prop. This could lead to potential infinite render loop in React. Use a variable instead of 'object expression'
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/command-menu.tsx#L107
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/command-menu.tsx#L106
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/carousel.tsx#L137
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/carousel.tsx#L81
onSelect is only used inside 1 useEffect, which may be unnecessary. You can move the computation into useEffect directly and merge the dependency arrays
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/calendar.tsx#L199
Do not use item index in the array as its key
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/calendar.tsx#L159
Do not use item index in the array as its key
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/breadcrumbs.tsx#L21
A context name must be a valid component name with the suffix 'Context'
|
|
Validate (24.x, ubuntu-24.04):
packages/ui/lib/avatar.tsx#L79
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
ZOTERO_API_BASE_URL= is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
ZOTERO_API_KEY= is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
SSHOC_MARKETPLACE_USER: *** is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
SSHOC_MARKETPLACE_PASSWORD: *** is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
SSHOC_MARKETPLACE_BASE_URL: ***://marketplace.sshopencloud.eu is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
SSHOC_MARKETPLACE_API_BASE_URL: ***://marketplace-api.sshopencloud.eu is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
OPENAIRE_API_BASE_URL= is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
CORDIS_API_BASE_URL= is not a valid secret
|
|
Build and deploy / Build and push docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oe...
CORDIS_API_KEY= is not a valid secret
|
|
Build and deploy / Deploy docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oeaw.ac.at... / deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/metadata-action@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and deploy / Deploy docker images (api, api, production, https://dariah-knowledge-base-api.acdh-dev.oeaw.ac.at... / deploy
Skip setting environment url as environment 'production' may contain secret.
|
|
🎭 Playwright Run Summary
30 skipped
99 passed (2.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › e2e/tests/pages/contact.test.ts:138:3 › contact page › contact form › should display error message when sending contact form submission fails
45 skipped
83 passed (1.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
DARIAH-ERIC~knowledge-base~PX8YDB.dockerbuild
Expired
|
52.5 KB |
sha256:98880417059be93cc822093ce698bdccb9f4fda6bcc54c89364fbe6f7aeba38a
|
|
|
DARIAH-ERIC~knowledge-base~Q8TZ2N.dockerbuild
Expired
|
68.7 KB |
sha256:a6fa717e3c8064278bb854b68e7fee646b3dabdb39c4be8d66781e5eae108cc8
|
|
|
api-auto-deploy-values-yaml
Expired
|
609 Bytes |
sha256:9bcc94539b76f7acb765d2bf1311022bf4b8ea2caf427aa283424e081a9854b1
|
|