[WC-2576] migrate dropdown to downshift #5345
BuildJobs.yml
on: pull_request
Check SHA in GH Actions
6s
Matrix: build
Matrix: Run automated end-to-end tests
Annotations
18 errors and 19 warnings
Run build task on ubuntu-latest
@mendix/gallery-web#build: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/gallery-web) pnpm run build exited (1)
|
Run build task on ubuntu-latest
Process completed with exit code 1.
|
Run release task on ubuntu-latest
The job was canceled because "ubuntu-latest_build" failed.
|
Run release task on ubuntu-latest
@mendix/gallery-web#release: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/gallery-web) pnpm run release exited (1)
|
Run release task on ubuntu-latest
The operation was canceled.
|
Run release task on windows-latest
The job was canceled because "ubuntu-latest_build" failed.
|
Run release task on windows-latest
The operation was canceled.
|
Run build task on windows-latest
The job was canceled because "ubuntu-latest_build" failed.
|
Run build task on windows-latest
The operation was canceled.
|
Run automated end-to-end tests (0)
@mendix/datagrid-date-filter-web#e2e: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/datagrid-date-filter-web) pnpm run e2e exited (1)
|
Run automated end-to-end tests (0)
@mendix/gallery-web#build: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/gallery-web) pnpm run build exited (1)
|
Run automated end-to-end tests (0)
Process completed with exit code 1.
|
Run automated end-to-end tests (2)
@mendix/gallery-web#build: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/gallery-web) pnpm run build exited (1)
|
Run automated end-to-end tests (2)
@mendix/datagrid-web#e2e: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/datagrid-web) pnpm run e2e exited (1)
|
Run automated end-to-end tests (2)
Process completed with exit code 1.
|
Run automated end-to-end tests (1)
@mendix/datagrid-dropdown-filter-web#e2e: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/datagrid-dropdown-filter-web) pnpm run e2e exited (1)
|
Run automated end-to-end tests (1)
@mendix/gallery-web#build: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/gallery-web) pnpm run build exited (1)
|
Run automated end-to-end tests (1)
Process completed with exit code 1.
|
Run code quality check
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run automated end-to-end tests (1)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run automated end-to-end tests (3)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run automated end-to-end tests (2)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run automated end-to-end tests (0)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run code quality check:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L19
React Hook useEffect has missing dependencies: 'requestTotalCount' and 'showPagingButtonsOrRows'. Either include them or remove the dependency array
|
Run code quality check:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L27
React Hook useMemo has an unnecessary dependency: 'pagination'. Either exclude it or remove the dependency array
|
Run code quality check:
packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L46
React Hook useCallback has a missing dependency: 'getValueBySourceType'. Either include it or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Run code quality check:
packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L92
React Hook useEffect has missing dependencies: 'getValueBySourceType' and 'update'. Either include them or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Run code quality check:
packages/pluggableWidgets/bubble-chart-web/src/BubbleChart.tsx#L91
React Hook useCallback has missing dependencies: 'props.height', 'props.heightUnit', 'props.width', and 'props.widthUnit'. Either include them or remove the dependency array
|
Run code quality check:
packages/pluggableWidgets/rich-text-web/src/components/EditorWrapper.tsx#L59
React Hook useMemo has missing dependencies: 'onChange' and 'onChangeType'. Either include them or remove the dependency array
|
Run code quality check:
packages/pluggableWidgets/rich-text-web/src/utils/formats/button.ts#L45
Missing return type on function
|
Run code quality check:
packages/pluggableWidgets/rich-text-web/src/utils/helpers.ts#L6
Missing return type on function
|
Run code quality check:
packages/pluggableWidgets/rating-web/src/StarRating.editorPreview.tsx#L36
Missing return type on function
|
Run code quality check
Missing return type on function
|
Run release task on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run build task on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run build task on windows-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run release task on windows-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-screenshot-results-0
|
2.1 MB |
|
test-screenshot-results-1
|
10.4 MB |
|
test-screenshot-results-2
|
14 MB |
|