ci: add actionlint workflow #57105
ci.yml
on: pull_request
⚙️ Variables Setup
13s
Matrix: 🔎 Code Check / code-check
Matrix: build
🔨 Test Storybook
/
Test Storybook
1m 42s
Matrix: 🚢 Build Docker
Matrix: 🔨 Test API (EE) / test
Matrix: 🔨 Test API Livechat (EE) / test
Matrix: 🔨 Test UI (EE) / test
Matrix: 🔨 Test API Livechat (CE) / test
Matrix: 🔨 Test API (CE) / test
Matrix: 🔨 Test UI (CE) / test
📦 Track Image Sizes
25s
📊 Report Coverage
39s
✅ Tests Done
2s
🚀 Notify external services
Update Version Durability
/
update-versions
Annotations
1 error and 38 warnings
|
🔨 Test Federation Matrix
Unable to download artifact(s): Artifact not found for name: turbo-build
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|
|
📦 Meteor Build (coverage)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/download-artifact@v6, actions/upload-artifact@v4, rharkor/caching-for-turbo@v1.8. 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 Storybook / Test Storybook
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, denoland/setup-deno@v1, rharkor/caching-for-turbo@v1.8. 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/
|
|
🔎 Code Check / TypeScript
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, denoland/setup-deno@v1, rharkor/caching-for-turbo@v1.8. 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 Unit / Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, denoland/setup-deno@v1, rharkor/caching-for-turbo@v1.8. 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/
|
|
🔎 Code Check / Code Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, denoland/setup-deno@v1, rharkor/caching-for-turbo@v1.8. 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/
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__tests__/DDPSDK.spec.ts#L206
Tests should not be skipped
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__tests__/DDPSDK.spec.ts#L199
Test has no assertions
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__tests__/DDPSDK.spec.ts#L11
Do not export from a test file
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__tests__/Connection.spec.ts#L71
This promise should either be returned or awaited to ensure the expects in its chain are called
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__tests__/ClientStream.spec.ts#L210
Async assertions must be awaited or returned
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__examples__/simple.ts#L27
Unexpected `await` of a non-Promise (non-"Thenable") value
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__examples__/simple.ts#L24
Unexpected `await` of a non-Promise (non-"Thenable") value
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__examples__/simple.ts#L20
Unexpected `await` of a non-Promise (non-"Thenable") value
|
|
🔎 Code Check / Code Lint:
packages/ddp-client/__examples__/simple.ts#L17
Unexpected `await` of a non-Promise (non-"Thenable") value
|
|
🔎 Code Check / Code Lint:
apps/uikit-playground/src/Context/reducer.ts#L88
Arrow function has a complexity of 52. Maximum allowed is 31
|
|
🚢 Build Docker (amd64, account-service, presence-service, omnichannel-transcript-service, cove...
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, docker/login-action@v3, docker/setup-docker-action@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/
|
|
🚢 Build Docker (amd64, rocketchat, coverage)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v6, actions/upload-artifact@v4, docker/login-action@v3, docker/setup-docker-action@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/
|
|
🚢 Build Docker (arm64, authorization-service, queue-worker-service, ddp-streamer-service, cove...
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, docker/login-action@v3, docker/setup-docker-action@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/
|
|
🚢 Build Docker (amd64, authorization-service, queue-worker-service, ddp-streamer-service, cove...
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, docker/login-action@v3, docker/setup-docker-action@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/
|
|
🚢 Build Docker (arm64, rocketchat, coverage)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v6, actions/upload-artifact@v4, docker/login-action@v3, docker/setup-docker-action@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/
|
|
🚢 Build Docker (arm64, account-service, presence-service, omnichannel-transcript-service, cove...
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, docker/login-action@v3, docker/setup-docker-action@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/
|
|
🚢 Publish Docker Images (ghcr.io)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. 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/
|
|
📦 Track Image Sizes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v6. 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 Livechat (CE) / MongoDB 8.0 (1/1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 (CE) / MongoDB 8.0 (1/1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 Federation Matrix
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 (EE) / MongoDB 8.0 coverage (1/1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 Livechat (EE) / MongoDB 8.0 coverage (1/1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (CE) / MongoDB 8.0 (3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (EE) / MongoDB 8.0 coverage (5/5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (EE) / MongoDB 8.0 coverage (1/5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (CE) / MongoDB 8.0 (4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (CE) / MongoDB 8.0 (1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (CE) / MongoDB 8.0 (2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (EE) / MongoDB 8.0 coverage (3/5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (EE) / MongoDB 8.0 coverage (2/5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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 UI (EE) / MongoDB 8.0 coverage (4/5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/cache@v4, denoland/setup-deno@v1, docker/login-action@v3, rharkor/caching-for-turbo@v1.8. 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/
|
|
📊 Report Coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. 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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-coverage
|
333 MB |
sha256:e9202c76e231f4f40120bbd3136ac9413aea1c5048f5a7f2e346b301c4c226aa
|
|
|
coverage-api-1
|
2.88 MB |
sha256:850fcd7d05003021ff3d20ef5b2b655eef171b4476de458ea7d4e1ae9c731810
|
|
|
coverage-api-livechat-1
|
2.87 MB |
sha256:f447f48fe8d07a69c1d7bb50f2ec894d87dbcd44826ecf6ca427333467fd522f
|
|
|
coverage-ui-1
|
986 KB |
sha256:3dbc4d07e4228c9a850df6f93ebfd021b13af8db57d162f6a63176c0c1c9befb
|
|
|
coverage-ui-2
|
837 KB |
sha256:45224b66a10355c82efb87a5f1b068623ce19d7e08e8b3549ff64e448ddae628
|
|
|
coverage-ui-3
|
825 KB |
sha256:9c6a8e2a503fe1b2c7ca2829dab9eead43a0e665d08a3fdfaac042dd079aee96
|
|
|
coverage-ui-4
|
905 KB |
sha256:d4cec22e903d415bd94acd910dc9ebf02ffd1ce1d112eed1d1fa061998683c4a
|
|
|
coverage-ui-5
|
835 KB |
sha256:16764ea8f3fbc402f79f4f2234c4723f98092a744c5c840229db7d1963fb1158
|
|
|
manifests-account-service-amd64-coverage
|
1.87 KB |
sha256:acf7a1a18d4ce246a02461ca336c7f2be8d8e1db2db47434f681b292719796e5
|
|
|
manifests-account-service-arm64-coverage
|
1.87 KB |
sha256:a700b9bb28b12a05aa31f1baffe8d90a877660b2418df512f2b2b6edfc82632e
|
|
|
manifests-authorization-service-amd64-coverage
|
1.88 KB |
sha256:eb13db006527814fdb41aa34259106fce782bd224333ed29268dff658c0ca7d4
|
|
|
manifests-authorization-service-arm64-coverage
|
1.88 KB |
sha256:668b126ca115d46f1e783f5244bbcfb5f180b1de8642a26cb9ba4ba651e69cf1
|
|
|
manifests-ddp-streamer-service-amd64-coverage
|
5.6 KB |
sha256:0d1ac78a208c804e8e0cae983c7e07a63391e1cd148b00160af8d09db158bf8c
|
|
|
manifests-ddp-streamer-service-arm64-coverage
|
5.6 KB |
sha256:bb5d1be0bd5ead12b16e1068fcc4e820c518eedb57088be2a8cfdc39da41d0d4
|
|
|
manifests-omnichannel-transcript-service-amd64-coverage
|
5.6 KB |
sha256:1a7aa44f7535bd09ca832e9006b96dc502178a0f0c38123dd51144f4f99bb68b
|
|
|
manifests-omnichannel-transcript-service-arm64-coverage
|
5.59 KB |
sha256:bc2fb5aba4d336e7bbcdd038a90aff2182251f1d0db0f8b0ac25f4caa14a83df
|
|
|
manifests-presence-service-amd64-coverage
|
3.71 KB |
sha256:fbc9986772fefc8db12a99a8599dd19aa76716203b06845d73246740af0db811
|
|
|
manifests-presence-service-arm64-coverage
|
3.71 KB |
sha256:303afeb9a5d0d9bd8cae02d864e5d7f6d53801a2edca059a5694d52ec820ba8d
|
|
|
manifests-queue-worker-service-amd64-coverage
|
3.74 KB |
sha256:6198edf1c672cb6307b6b3602f9001c94c43bcbff37373f2be9ae9c17f262832
|
|
|
manifests-queue-worker-service-arm64-coverage
|
3.74 KB |
sha256:d5f3acc4ddc3b110ca8245251e39821f08edabcaa3e3b5967f610ffcd78de349
|
|
|
manifests-rocketchat-amd64-coverage
|
1.85 KB |
sha256:339090e37909be71f2257dc5ba6c79b3fadef7602c6f2d825711683ad53a31e9
|
|
|
manifests-rocketchat-arm64-coverage
|
1.85 KB |
sha256:dc2ef53ac9729357e88e94e2b2331f4de29f262f4640ed55c0a86ced8406461b
|
|
|
packages-build
|
13.2 MB |
sha256:02f00c4165fc59de915a40f75ad64286d840c821c8062b78723bd9ba5e061a58
|
|
|
playwright-test-trace-ce-8.0-1
|
208 Bytes |
sha256:48214ff7afc60e533bf0490b408a38d7c5691a1b981fd73fb5aedf6da40b34de
|
|
|
playwright-test-trace-ce-8.0-2
|
208 Bytes |
sha256:c94d16f752f91527a5f8a71ee2fb126e2f06d8694522b56ce9ef4798fffd47cf
|
|
|
playwright-test-trace-ce-8.0-3
|
208 Bytes |
sha256:5779b110abd64cfc5e425206f0e1faca592e76eed025347c62e40adc4cae0d3b
|
|
|
playwright-test-trace-ce-8.0-4
|
208 Bytes |
sha256:71c2fb8859803b9103721a3fa98da1e2bc898155c0957e7a57ef512794daec57
|
|
|
playwright-test-trace-ee-8.0-1
|
208 Bytes |
sha256:d2135c06cf18a3ae62aef100e24713ddc83e3f710c08d4519dc890a610853429
|
|
|
playwright-test-trace-ee-8.0-2
|
208 Bytes |
sha256:2518ed0786d6db1a22d28c755eeb270e0fb1a3b4fac92aa4f1a0f5aa13c786e1
|
|
|
playwright-test-trace-ee-8.0-3
|
208 Bytes |
sha256:7798df898f8701738a18056732aee7328a206283f0bc757671b392fb2ceaa7a6
|
|
|
playwright-test-trace-ee-8.0-4
|
208 Bytes |
sha256:7cf9f63cb16e10ff89c0b6f87a34a3f2fb9bf86cff2969dd5be44f120083bba7
|
|
|
playwright-test-trace-ee-8.0-5
|
208 Bytes |
sha256:99f31dd8697562aa61ff73c6ebfc98d75541410da1cdd7b17cdddef509e9106d
|
|
|
reports-coverage
|
504 KB |
sha256:4dbb58dee2cf14e5e84ff601cb66ad242d023bda8c678f0ae31924b9ffe68ee4
|
|