Skip to content

feat: use Single contact Id settings in routing manager #27315

feat: use Single contact Id settings in routing manager

feat: use Single contact Id settings in routing manager #27315

Triggered via pull request October 15, 2024 23:05
Status Failure
Total duration 20m 37s
Artifacts 2

ci.yml

on: pull_request
⚙️ Variables Setup
4s
⚙️ Variables Setup
🚀 Notify external services - draft
5s
🚀 Notify external services - draft
📦 Build Packages
1m 46s
📦 Build Packages
Matrix: 🔎 Code Check / code-check
📦 Meteor Build - coverage
6m 3s
📦 Meteor Build - coverage
🔨 Test Unit  /  Unit Tests
2m 35s
🔨 Test Unit / Unit Tests
deploy-preview
2m 5s
deploy-preview
Matrix: 🚢 Build Docker Images for Testing
🚢 Build Docker Image (preview)
0s
🚢 Build Docker Image (preview)
Matrix: 🔨 Test API (EE) / test
Waiting for pending jobs
Matrix: 🔨 Test API (CE) / test
Waiting for pending jobs
Matrix: 🔨 Test UI (EE) / test
Waiting for pending jobs
Matrix: 🔨 Test UI (EE) / test
Waiting for pending jobs
Matrix: 🔨 Test UI (CE) / test
Waiting for pending jobs
✅ Tests Done
0s
✅ Tests Done
📦 Meteor Build - official
0s
📦 Meteor Build - official
Matrix: 🚢 Build Docker Images for Production
🚀 Publish build assets
0s
🚀 Publish build assets
Matrix: 🚀 Publish Docker Image (main)
Matrix: 🚀 Publish Docker Image (services)
🚀 Notify external services
0s
🚀 Notify external services
trigger-dependent-workflows
0s
trigger-dependent-workflows
Update Version Durability  /  update-versions
Update Version Durability / update-versions
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 18 warnings
🔨 Test Unit / Unit Tests
@rocket.chat/meteor#testunit: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) /tmp/xfs-ab86a4fa/yarn run testunit exited (1)
🔨 Test Unit / Unit Tests
Process completed with exit code 1.
🔎 Code Check / Code Lint
@rocket.chat/meteor#lint: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) /tmp/xfs-dbb1c53e/yarn run lint exited (1)
🔎 Code Check / Code Lint
Process completed with exit code 1.
🔎 Code Check / TypeScript
Argument of type '{} | { type: OmnichannelSourceType.OTHER; }' is not assignable to parameter of type 'IOmnichannelSource'.
🔎 Code Check / TypeScript
Property 'setContactIdByVisitorIdOrToken' in type 'LivechatRoomsRawEE' is not assignable to the same property in base type 'LivechatRoomsRaw'.
🔎 Code Check / TypeScript
@rocket.chat/meteor#typecheck: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) /tmp/xfs-2f49b3f1/yarn run typecheck exited (2)
🔎 Code Check / TypeScript
Property 'contactId' does not exist on type 'ILivechatVisitor'.
🔎 Code Check / TypeScript
Property 'contactId' does not exist on type 'ILivechatVisitor'.
🔎 Code Check / TypeScript
Property 'contactId' does not exist on type 'ILivechatVisitor'.
🔎 Code Check / TypeScript
Process completed with exit code 2.
✅ Tests Done
Process completed with exit code 1.
📦 Build Packages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy-preview
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🔨 Test Unit / Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
📦 Meteor Build - coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🚢 Build Docker Images for Testing (official)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🔎 Code Check / Code Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🔎 Code Check / Code Lint: packages/apps-engine/src/definition/api/ApiEndpoint.ts#L33
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L108
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L149
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L174
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L192
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L199
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L204
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L216
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L220
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: packages/apps-engine/src/server/accessors/ModifyCreator.ts#L224
Prefer using an optional chain expression instead, as it's more concise and easier to read
🚢 Build Docker Images for Testing (alpine)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🔎 Code Check / TypeScript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
build Expired
335 MB
turbo-build Expired
38.5 MB