Skip to content

feat(veans): build and publish veans alongside vikunja #7151

feat(veans): build and publish veans alongside vikunja

feat(veans): build and publish veans alongside vikunja #7151

Triggered via pull request May 27, 2026 09:09
Status Success
Total duration 8m 22s
Artifacts 9

ci.yml

on: pull_request
Test  /  api-lint
1m 48s
Test / api-lint
Test  /  veans-lint
30s
Test / veans-lint
Test  /  veans-test
32s
Test / veans-test
Test  /  frontend-lint
27s
Test / frontend-lint
Test  /  frontend-stylelint
19s
Test / frontend-stylelint
Test  /  frontend-typecheck
38s
Test / frontend-typecheck
Test  /  test-frontend-unit
34s
Test / test-frontend-unit
Test  /  prepare-mage
22s
Test / prepare-mage
Test  /  frontend-build
45s
Test / frontend-build
Matrix: Test / test-api
Matrix: Test / test-frontend-e2e-playwright
Matrix: Test / test-migration-smoke
Test  /  test-veans-e2e
50s
Test / test-veans-e2e
Matrix: Release / desktop
Waiting for pending jobs
Release  /  binaries
Release / binaries
Release  /  veans-binaries
Release / veans-binaries
Release  /  config-yaml
Release / config-yaml
Release  /  docker
Release / docker
Release  /  generate-swagger-docs
Release / generate-swagger-docs
Matrix: Release / os-package
Waiting for pending jobs
Matrix: Release / veans-os-package
Waiting for pending jobs
Matrix: Release / publish-repos
Waiting for pending jobs
Release  /  create-release
Release / create-release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 28 warnings
Test / frontend-typecheck
Property '$el' does not exist on type 'HTMLElement'.
Test / frontend-typecheck
Argument of type '{ readonly id: number; readonly email: string; readonly username: string; readonly name: string; readonly exp: number; readonly type: AuthType; readonly created: Date; ... 6 more ...; readonly maxPermission: Permission | null; }' is not assignable to parameter of type 'IUser'.
Test / frontend-typecheck
Type '{ readonly id: number; readonly email: string; readonly username: string; readonly name: string; readonly exp: number; readonly type: AuthType; readonly created: Date; ... 6 more ...; readonly maxPermission: Permission | null; }' is not assignable to type 'IUser'.
Test / frontend-typecheck
Operator '+' cannot be applied to types 'string | number' and 'number'.
Test / frontend-typecheck
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
Test / frontend-typecheck
Argument of type 'string | number' is not assignable to parameter of type 'number'.
Test / frontend-typecheck
Argument of type '{ readonly id: number; readonly title: string; readonly description: string; readonly owner: { readonly id: number; readonly email: string; readonly username: string; readonly name: string; readonly exp: number; ... 8 more ...; readonly maxPermission: Permission | null; }; ... 13 more ...; readonly maxPermission: Pe...' is not assignable to parameter of type 'IProject'.
Test / frontend-typecheck
Argument of type '{ style: { 'background-image': "" | `url(${string})`; filter: 0 | `brightness(${number}%)` | null; }; class: string; }' is not assignable to parameter of type 'HTMLAttributes & ReservedProps & Record<string, unknown>'.
Test / frontend-typecheck
Argument of type '{ dateFrom: string | null; dateTo: string | null; }' is not assignable to parameter of type '{ dateFrom: string | Date; dateTo: string | Date; }'.
Test / frontend-typecheck
Cannot find name 'ImportMetaEnv'. Did you mean 'ImportMeta'?
Test / frontend-stylelint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / frontend-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / frontend-lint: frontend/src/components/input/FormSelect.vue#L15
Prop 'error' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormSelect.vue#L12
Prop 'id' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormSelect.vue#L10
Prop 'modelValue' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormInput.vue#L10
Prop 'error' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormInput.vue#L7
Prop 'id' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormInput.vue#L5
Prop 'modelValue' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L8
Prop 'id' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L7
Prop 'error' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L6
Prop 'label' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L5
Prop 'modelValue' requires default value to be set
Test / test-frontend-unit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / frontend-typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / frontend-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061, proudust/gh-describe@v2. 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/
Test / api-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: proudust/gh-describe@v2. 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/
Test / test-frontend-e2e-playwright (5, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / test-frontend-e2e-playwright (5, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (2, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / test-frontend-e2e-playwright (2, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (3, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / test-frontend-e2e-playwright (3, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (1, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / test-frontend-e2e-playwright (1, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (6, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / test-frontend-e2e-playwright (6, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (4, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Test / test-frontend-e2e-playwright (4, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
frontend_dist
2.44 MB
sha256:0a27bd9cf067cbe9474290c68657047e7162aacf5dedf272499254eae7777cfb
mage_bin
5.34 MB
sha256:5d87de1595fdabd515b32deba76c9e0332af5acf3d8760fe9664bda786a3e9bd
playwright-report-1
265 KB
sha256:952200df15ea56817bf7616af832157caaf1ca1c14a9e3892ddfac08191702a2
playwright-report-2
242 KB
sha256:1756db35e772dc0c78775ffecc2dee02646c4e592c1e82d572c31d70113e20eb
playwright-report-3
234 KB
sha256:cfdb885dfbd754dc97e78f17819d5aeb0596054c463fe69e39a276a563c85669
playwright-report-4
276 KB
sha256:9d6f2e8c4b10cef19482a3852a75e748d39d48d481a9c002dbf9da6bc9f26346
playwright-report-5
219 KB
sha256:9bbfd92d81c8c612ba4ce84ff1cd4484c12d6a2266949c769ef09210f5d3c0d9
playwright-report-6
251 KB
sha256:728d4f31a7c52d3ff8628d353ef2253a94258dd366e0abd7171541d5d6fa557f
vikunja_bin
23 MB
sha256:251602a50c2f6e513f063027313b39b2bb4c53353397ba930983f30ddda2c3a2