Skip to content

feat(deno): Add processSegmentSpan to Deno context integration (#20… #46792

feat(deno): Add processSegmentSpan to Deno context integration (#20…

feat(deno): Add processSegmentSpan to Deno context integration (#20… #46792

Triggered via push May 4, 2026 13:19
Status Failure
Total duration 15m 59s
Artifacts 40

build.yml

on: push
Get CI Metadata  /  Get Metadata
6s
Get CI Metadata / Get Metadata
Check lockfile
3m 20s
Check lockfile
Check file formatting
39s
Check file formatting
Check PR branches
0s
Check PR branches
Build bundles
4m 3s
Build bundles
Build Lambda layer
1m 49s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 7s
Lint
Circular Dependency Check
1m 30s
Circular Dependency Check
Browser Unit Tests
4m 36s
Browser Unit Tests
Bun Unit Tests
42s
Bun Unit Tests
Deno Unit Tests
1m 17s
Deno Unit Tests
Cloudflare Integration Tests
2m 12s
Cloudflare Integration Tests
Bun Integration Tests
40s
Bun Integration Tests
Check for faulty .d.ts files
39s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
14s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 223 warnings, and 233 notices
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
[chromium] › tests/server/server-components.test.ts:4:5 › Sends a transaction for a request to app router with URL: ../../_temp/test-application/tests/server/server-components.test.ts#L0
1) [chromium] › tests/server/server-components.test.ts:4:5 › Sends a transaction for a request to app router with URL Test timeout of 30000ms exceeded.
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/tracing/mongodb/test.ts > MongoDB experimental Test > CJS - should auto-instrument `mongodb` package.: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(13) } to match object { event_id: Any<String>, …(5) } (245 matching properties omitted from actual) - Expected + Received @@ -1,61 +1,79 @@ { "event_id": Any<String>, "spans": [ - ObjectContaining { + { "data": { - "db.connection_string": Any<String>, - "db.mongodb.collection": "$cmd", + "db.connection_string": "mongodb://127.0.0.1:44165/admin", + "db.mongodb.collection": "movies", "db.name": "admin", - "db.operation": "isMaster", - "db.statement": "{\"ismaster\":\"?\",\"client\":{\"driver\":{\"name\":\"?\",\"version\":\"?\"},\"os\":{\"type\":\"?\",\"name\":\"?\",\"architecture\":\"?\",\"version\":\"?\"},\"platform\":\"?\"},\"compression\":[],\"helloOk\":\"?\"}", + "db.operation": "find", + "db.statement": "{\"title\":\"?\"}", "db.system": "mongodb", - "net.peer.name": Any<String>, - "net.peer.port": Any<Number>, + "net.peer.name": "127.0.0.1", + "net.peer.port": 44165, "otel.kind": "CLIENT", "sentry.op": "db", "sentry.origin": "auto.db.otel.mongo", }, - "description": "{\"ismaster\":\"?\",\"client\":{\"driver\":{\"name\":\"?\",\"version\":\"?\"},\"os\":{\"type\":\"?\",\"name\":\"?\",\"architecture\":\"?\",\"version\":\"?\"},\"platform\":\"?\"},\"compression\":[],\"helloOk\":\"?\"}", + "description": "{\"title\":\"?\"}", "op": "db", "origin": "auto.db.otel.mongo", + "parent_span_id": "1eb1a991cff5b474", + "span_id": "89a017d7c6767855", + "start_timestamp": 1777901399.999, + "status": "ok", + "timestamp": 1777901400.0004647, + "trace_id": "a13f46e05bbaac6a06876ff858f6120b", }, - ObjectContaining { + { "data": { - "db.connection_string": Any<String>, - "db.mongodb.collection": "$cmd", + "db.connection_string": "mongodb://127.0.0.1:44165/admin", + "db.mongodb.collection": "movies", "db.name": "admin", - "db.operation": "isMaster", - "db.statement": "{\"ismaster\":\"?\",\"client\":{\"driver\":{\"name\":\"?\",\"version\":\"?\"},\"os\":{\"type\":\"?\",\"name\":\"?\",\"architecture\":\"?\",\"version\":\"?\"},\"platform\":\"?\"},\"compression\":[],\"helloOk\":\"?\"}", + "db.operation": "update", + "db.statement": "{\"title\":\"?\"}", "db.system": "mongodb", - "net.peer.name": Any<String>, - "net.peer.port": Any<Number>, + "net.peer.name": "127.0.0.1", + "net.peer.port": 44165, "otel.kind": "CLIENT", "sentry.op": "db", "sentry.origin": "auto.db.otel.mongo", }, - "description": "{\"ismaster\":\"?\",\"client\":{\"driver\":{\"name\":\"?\",\"version\":\"?\"},\"os\":{\"type\":\"?\",\"name\":\"?\",\"architecture\":\"?\",\"version\":\"?\"},\"platform\":\"?\"},\"compression\":[],\"helloOk\":\"?\"}", + "description": "{\"title\":\"?\"}", "op": "db", "origin": "auto.db.otel.mongo", + "parent_span_id": "1eb1a991cff5b474", + "span_id": "8f1424d1d74369ac", + "start_timestamp": 1777901400.002, + "status": "ok", + "timestamp": 1777901400.0030193, + "trace_id": "a13f46e05bbaac6a06876ff858f6120b", }, - ObjectContaining { + { "data": { - "db.connection_string": Any<String>, + "db.connection_string": "mongodb://127.0.0.1:44165/admin", "db.mongodb.collection": "movies", "db.name": "admin", - "db.operation": "insert", - "db.statement": "{\"title\":\"?\",\"_id\":{\"_bsontype\":\"?\",\"id\":\"?\"}}", + "db.operation": "find", + "db.statement": "{\"title\":\"?\"}", "db.system": "mongodb", - "net.peer.name": Any<String>, - "net.peer.port": Any<Number>, + "net.peer.name": "127.0.0.1", + "net.peer.port": 44165, "otel.kind": "CLIENT", "sentry.op": "db", "sentry.origin
All required jobs passed or were skipped
Process completed with exit code 1.
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. 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/
Remix (Node 18) Tests
Cache save failed.
Remix (Node 22) Tests
Cache save failed.
Remix (Node 24) Tests
Cache save failed.
Remix (Node 20) Tests
Cache save failed.
PW loader_replay_buffer Tests
Cache save failed.
PW loader_tracing_replay Tests
Cache save failed.
PW loader_debug Tests
Cache save failed.
Playwright bundle_logs_metrics Tests
Cache save failed.
PW loader_tracing Tests
Cache save failed.
E2E node-connect Test
Cache save failed.
E2E node-core-express-otel-v2 Test
Cache save failed.
E2E node-core-express-otel-v2-custom-sampler Test
Cache save failed.
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. 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/
E2E elysia-bun Test
Cache save failed.
PW loader_replay Tests
Cache save failed.
E2E node-core-light-otlp Test
Cache save failed.
PW loader_base Tests
Cache save failed.
E2E node-otel Test
Cache save failed.
E2E webpack-5 Test
Cache save failed.
E2E node-express-send-to-sentry Test (optional)
Cache save failed.
E2E node-express-esm-preload Test
Cache save failed.
E2E react-router-7-spa (TS 3.8) Test
Cache save failed.
E2E nitro-3 Test
Cache save failed.
E2E hono-4 Test
Cache save failed.
E2E remix-server-timing Test
Cache save failed.
E2E node-express-incorrect-instrumentation Test
Cache save failed.
E2E nestjs-basic-with-graphql Test
Cache save failed.
E2E node-profiling-cjs Test
Cache save failed.
E2E generic-ts5.0 Test
Cache save failed.
E2E nestjs-microservices Test
Cache save failed.
E2E browser-webworker-vite Test
Cache save failed.
E2E elysia-node Test
Cache save failed.
E2E solid Test
Cache save failed.
E2E react-router-7-spa Test
Cache save failed.
E2E node-fastify-4 Test
Cache save failed.
E2E hono-4 (bun) Test
Cache save failed.
E2E deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. 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/
E2E deno Test
Cache save failed.
E2E nextjs-sourcemaps Test
Cache save failed.
E2E node-express-mcp-v2 Test (optional)
Cache save failed.
E2E svelte-5 Test
Cache save failed.
E2E sveltekit-2.5.0-twp Test
Cache save failed.
PW loader_eager Tests
Cache save failed.
E2E node-express-esm-loader Test
Cache save failed.
E2E node-express-cjs-preload Test
Cache save failed.
Playwright bundle_min Tests
Cache save failed.
E2E node-hapi Test
Cache save failed.
E2E nestjs-8 Test
Cache save failed.
E2E nestjs-fastify Test
Cache save failed.
E2E cloudflare-mcp-agent Test
Cache save failed.
E2E node-core-express-otel-v1-custom-sampler Test
Cache save failed.
E2E nextjs-16-trailing-slash Test
Cache save failed.
E2E hono-4 (node) Test
Cache save failed.
E2E nestjs-bullmq Test
Cache save failed.
E2E node-fastify-3 Test
Cache save failed.
E2E node-core-express-otel-v1-sdk-node Test
Cache save failed.
E2E nestjs-graphql Test
Cache save failed.
E2E cloudflare-hono Test (optional)
Cache save failed.
E2E node-profiling-esm Test
Cache save failed.
E2E tsx-express Test
Cache save failed.
E2E deno-streamed Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. 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/
E2E deno-streamed Test
Cache save failed.
E2E node-core-light-express Test
Cache save failed.
E2E node-otel-sdk-node Test
Cache save failed.
E2E create-remix-app-v2 Test
Cache save failed.
E2E react-19 Test
Cache save failed.
E2E node-fastify-5 Test
Cache save failed.
E2E cloudflare-workersentrypoint Test
Cache save failed.
Playwright bundle Tests
Cache save failed.
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@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/
E2E aws-serverless-layer (Node 22) Test
Cache save failed.
E2E sveltekit-cloudflare-pages Test
Cache save failed.
E2E vue-tanstack-router Test
Cache save failed.
E2E node-core-express-otel-v1 Test
Cache save failed.
E2E node-express-esm-without-loader Test
Cache save failed.
E2E create-remix-app-express Test
Cache save failed.
E2E react-router-7-framework-custom Test
Cache save failed.
E2E webpack-4 Test
Cache save failed.
E2E node-otel-without-tracing Test
Cache save failed.
E2E node-otel-custom-sampler Test
Cache save failed.
E2E generic-ts3.8 Test
Cache save failed.
E2E react-router-7-framework-node-20-18 Test
Cache save failed.
E2E node-core-express-otel-v2-sdk-node Test
Cache save failed.
E2E vue-3 Test
Cache save failed.
E2E node-exports-test-app Test
Cache save failed.
E2E nestjs-with-submodules Test
Cache save failed.
E2E nestjs-websockets Test
Cache save failed.
E2E astro-4 Test
Cache save failed.
E2E default-browser Test
Cache save failed.
E2E create-remix-app-v2-non-vite Test
Cache save failed.
E2E solidstart-top-level-import Test
Cache save failed.
E2E cloudflare-local-workers Test
Cache save failed.
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@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/
E2E aws-serverless Test
Cache save failed.
E2E debug-id-sourcemaps Test (optional)
Cache save failed.
E2E sveltekit-2 Test
Cache save failed.
E2E nestjs-basic Test
Cache save failed.
E2E cloudflare-mcp Test
Cache save failed.
E2E astro-5 Test
Cache save failed.
E2E tanstack-router Test
Cache save failed.
E2E create-remix-app-express-vite-dev Test
Cache save failed.
E2E react-router-7-framework-spa-node-20-18 Test
Cache save failed.
E2E browser-mfe-vite Test
Cache save failed.
E2E nextjs-16-userfeedback Test
Cache save failed.
E2E node-firebase Test
Cache save failed.
E2E astro-6-cf-workers Test
Cache save failed.
E2E astro-5-cf-workers Test
Cache save failed.
E2E react-17 Test
Cache save failed.
E2E vue-3 (canary) Test (optional)
Cache save failed.
E2E react-create-memory-router Test
Cache save failed.
E2E tanstackstart-react (tunnel-generated) Test
Cache save failed.
Playwright bundle_replay_logs_metrics Tests
Cache save failed.
E2E solid-tanstack-router Test
Cache save failed.
E2E angular-20 Test
Cache save failed.
E2E node-express-v5 Test
Cache save failed.
E2E angular-19 Test
Cache save failed.
E2E nestjs-11 Test
Cache save failed.
E2E effect-4-browser Test
Cache save failed.
E2E nestjs-distributed-tracing Test
Cache save failed.
E2E solidstart-spa Test
Cache save failed.
E2E nextjs-16-cacheComponents Test
Cache save failed.
E2E astro-6 Test
Cache save failed.
E2E sveltekit-2-svelte-5 Test
Cache save failed.
E2E angular-18 Test
Cache save failed.
E2E vue-3 (latest) Test
Cache save failed.
E2E nuxt-3-top-level-import Test
Cache save failed.
E2E react-router-7-framework Test
Cache save failed.
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Cache save failed.
E2E sveltekit-2-kit-tracing Test
Cache save failed.
E2E cloudflare-workers Test
Cache save failed.
E2E angular (canary) Test (optional)
Cache save failed.
E2E node-express Test
Cache save failed.
E2E nuxt-3-dynamic-import Test
Cache save failed.
E2E nextjs-16-bun Test
Cache save failed.
E2E effect-4-node Test
Cache save failed.
E2E react-router-6-use-routes Test
Cache save failed.
E2E effect-3-node Test
Cache save failed.
E2E react-create-browser-router Test
Cache save failed.
E2E react-router-6 Test
Cache save failed.
E2E create-react-app (TS 3.8) Test
Cache save failed.
E2E nestjs-with-submodules-decorator Test
Cache save failed.
E2E react-router-6 (TS 3.8) Test
Cache save failed.
E2E tanstackstart-react (tunnel-static) Test
Cache save failed.
E2E react-router-7-framework (latest) Test
Cache save failed.
E2E solidstart Test
Cache save failed.
E2E nuxt-3 (canary) Test (optional)
Cache save failed.
E2E react-create-hash-router Test
Cache save failed.
E2E node-koa Test
Cache save failed.
E2E angular-21 Test
Cache save failed.
E2E react-router-5 Test
Cache save failed.
E2E tanstackstart-react (tunnel-object) Test
Cache save failed.
E2E solidstart-dynamic-import Test
Cache save failed.
E2E ember-classic Test
Cache save failed.
E2E remix-hydrogen Test
Cache save failed.
E2E react-router-6-descendant-routes Test
Cache save failed.
E2E react-router-7-cross-usage Test
Cache save failed.
E2E nextjs-16-cf-workers Test
Cache save failed.
E2E tanstackstart-react Test
Cache save failed.
E2E angular-17 Test
Cache save failed.
E2E effect-3-browser Test
Cache save failed.
E2E nuxt-3 Test
Cache save failed.
E2E react-router-7-framework-spa Test
Cache save failed.
E2E create-react-app Test
Cache save failed.
E2E aws-serverless-layer Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@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/
E2E aws-serverless-layer Test
Cache save failed.
E2E react-send-to-sentry Test (optional)
Cache save failed.
E2E hydrogen-react-router-7 Test
Cache save failed.
E2E nextjs-16-cf-workers (latest) Test
Cache save failed.
E2E tanstackstart-react (tunnel-custom) Test
Cache save failed.
E2E nextjs-16-tunnel (turbopack) Test
Cache save failed.
E2E nextjs-16-tunnel Test
Cache save failed.
E2E nextjs-16-cf-workers (canary) Test (optional)
Cache save failed.
Playwright bundle_replay Tests
Cache save failed.
E2E ember-embroider Test
Cache save failed.
E2E nextjs-pages-dir (next@13) Test
Cache save failed.
E2E nextjs-orpc Test (optional)
Cache save failed.
E2E nuxt-3-min Test
Cache save failed.
E2E nextjs-pages-dir Test
Cache save failed.
E2E nextjs-13 Test
Cache save failed.
E2E nextjs-16-tunnel (webpack) Test
Cache save failed.
Playwright esm (1/4) Tests
Cache save failed.
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@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/
E2E aws-serverless-layer (Node 18) Test
Cache save failed.
Playwright esm (2/4) Tests
Cache save failed.
E2E nextjs-15-intl Test
Cache save failed.
E2E nextjs-14 Test
Cache save failed.
E2E nextjs-15-t3 Test
Cache save failed.
E2E nextjs-15-basepath Test
Cache save failed.
E2E nuxt-5 Test (optional)
Cache save failed.
E2E nextjs-14 (latest) Test (optional)
Cache save failed.
E2E nextjs-13 (latest) Test (optional)
Cache save failed.
E2E nextjs-pages-dir (next@15) Test
Cache save failed.
E2E nuxt-4 (canary) Test (optional)
Cache save failed.
E2E nextjs-14 (canary) Test (optional)
Cache save failed.
E2E nuxt-4 Test
Cache save failed.
E2E nextjs-15 (turbo) Test (optional)
Cache save failed.
Playwright bundle_tracing Tests
Cache save failed.
Playwright esm (4/4) Tests
Cache save failed.
E2E react-router-7-lazy-routes Test
Cache save failed.
Playwright esm (3/4) Tests
Cache save failed.
E2E nextjs-16 (canary, turbopack) Test (optional)
Cache save failed.
Playwright bundle_tracing_logs_metrics Tests
Cache save failed.
E2E nextjs-16 (latest, turbopack) Test
Cache save failed.
E2E nextjs-16 Test
Cache save failed.
Playwright bundle_tracing_replay Tests
Cache save failed.
E2E nextjs-15 (latest) Test (optional)
Cache save failed.
E2E nextjs-15 Test
Cache save failed.
Playwright bundle_tracing_replay_logs_metrics Tests
Cache save failed.
Playwright bundle_tracing_replay_feedback Tests
Cache save failed.
E2E nextjs-app-dir (next@13) Test
Cache save failed.
E2E nextjs-app-dir Test
Cache save failed.
E2E nextjs-16 (latest, webpack) Test
Cache save failed.
E2E nextjs-16 (webpack) Test
Cache save failed.
E2E nextjs-app-dir (next@15) Test
Cache save failed.
E2E nextjs-16 (canary, webpack) Test (optional)
Cache save failed.
E2E supabase-nextjs Test
Cache save failed.
All required jobs passed or were skipped
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@v7. 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/
🎭 Playwright Run Summary
5 skipped 25 passed (15.8s)
🎭 Playwright Run Summary
1 skipped 29 passed (18.9s)
🎭 Playwright Run Summary
15 passed (23.4s)
🎭 Playwright Run Summary
7 skipped 23 passed (8.5s)
🎭 Playwright Run Summary
478 skipped 195 passed (35.0s)
🎭 Playwright Run Summary
5 skipped 25 passed (10.1s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.0s)
🎭 Playwright Run Summary
4 skipped 26 passed (19.0s)
🎭 Playwright Run Summary
5 passed (7.3s)
🎭 Playwright Run Summary
7 skipped 23 passed (9.9s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
4 passed (4.4s)
🎭 Playwright Run Summary
5 passed (8.7s)
🎭 Playwright Run Summary
14 passed (4.8s)
🎭 Playwright Run Summary
43 passed (4.5s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
1 passed (2.1s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
7 passed (5.1s)
🎭 Playwright Run Summary
5 passed (9.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
4 passed (3.8s)
🎭 Playwright Run Summary
5 passed (9.0s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
43 passed (3.5s)
🎭 Playwright Run Summary
13 passed (12.4s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
2 passed (4.3s)
🎭 Playwright Run Summary
3 passed (4.6s)
🎭 Playwright Run Summary
8 skipped 22 passed (8.3s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
483 skipped 190 passed (36.3s)
🎭 Playwright Run Summary
8 passed (3.4s)
🎭 Playwright Run Summary
22 passed (12.2s)
🎭 Playwright Run Summary
24 passed (14.6s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
5 passed (8.8s)
🎭 Playwright Run Summary
43 passed (4.5s)
🎭 Playwright Run Summary
7 passed (10.8s)
🎭 Playwright Run Summary
10 passed (5.2s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
10 passed (10.3s)
🎭 Playwright Run Summary
2 passed (2.2s)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
3 passed (8.2s)
🎭 Playwright Run Summary
8 passed (7.5s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
11 passed (5.2s)
🎭 Playwright Run Summary
11 passed (5.5s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
482 skipped 191 passed (39.1s)
🎭 Playwright Run Summary
3 skipped 21 passed (17.5s)
🎭 Playwright Run Summary
7 passed (21.5s)
🎭 Playwright Run Summary
3 passed (18.6s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
12 passed (6.9s)
🎭 Playwright Run Summary
18 passed (18.0s)
🎭 Playwright Run Summary
1 passed (5.9s)
🎭 Playwright Run Summary
5 passed (18.4s)
🎭 Playwright Run Summary
3 passed (2.9s)
🎭 Playwright Run Summary
18 passed (18.1s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
10 passed (27.5s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
3 passed (6.6s)
🎭 Playwright Run Summary
9 passed (12.5s)
🎭 Playwright Run Summary
4 passed (7.0s)
🎭 Playwright Run Summary
8 passed (6.4s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
1 passed (5.6s)
🎭 Playwright Run Summary
2 passed (23.8s)
🎭 Playwright Run Summary
16 passed (24.5s)
🎭 Playwright Run Summary
29 passed (26.7s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
1 passed (4.5s)
🎭 Playwright Run Summary
11 passed (15.1s)
🎭 Playwright Run Summary
3 passed (13.5s)
🎭 Playwright Run Summary
9 passed (10.6s)
🎭 Playwright Run Summary
7 passed (9.3s)
🎭 Playwright Run Summary
1 passed (6.2s)
🎭 Playwright Run Summary
12 passed (7.6s)
🎭 Playwright Run Summary
4 passed (8.9s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
7 passed (6.2s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
10 passed (26.4s)
🎭 Playwright Run Summary
3 passed (5.0s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.9s)
🎭 Playwright Run Summary
346 skipped 327 passed (1.4m)
🎭 Playwright Run Summary
3 passed (13.7s)
🎭 Playwright Run Summary
12 passed (27.6s)
🎭 Playwright Run Summary
16 passed (28.6s)
🎭 Playwright Run Summary
12 passed (27.5s)
🎭 Playwright Run Summary
23 passed (14.0s)
🎭 Playwright Run Summary
10 passed (36.5s)
🎭 Playwright Run Summary
9 passed (10.0s)
🎭 Playwright Run Summary
9 passed (12.6s)
🎭 Playwright Run Summary
4 passed (16.6s)
🎭 Playwright Run Summary
4 passed (4.9s)
🎭 Playwright Run Summary
11 passed (14.9s)
🎭 Playwright Run Summary
13 passed (26.6s)
🎭 Playwright Run Summary
10 passed (28.3s)
🎭 Playwright Run Summary
12 passed (27.5s)
🎭 Playwright Run Summary
12 passed (20.8s)
🎭 Playwright Run Summary
2 skipped 20 passed (29.6s)
🎭 Playwright Run Summary
5 passed (9.1s)
🎭 Playwright Run Summary
14 passed (24.9s)
🎭 Playwright Run Summary
10 passed (6.2s)
🎭 Playwright Run Summary
10 passed (7.6s)
🎭 Playwright Run Summary
12 passed (29.2s)
🎭 Playwright Run Summary
15 passed (8.8s)
🎭 Playwright Run Summary
11 passed (19.0s)
🎭 Playwright Run Summary
1 skipped 14 passed (13.9s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
4 passed (7.5s)
🎭 Playwright Run Summary
13 passed (28.3s)
🎭 Playwright Run Summary
5 passed (11.7s)
🎭 Playwright Run Summary
8 passed (29.0s)
🎭 Playwright Run Summary
12 passed (5.2s)
🎭 Playwright Run Summary
8 passed (29.7s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.0s)
🎭 Playwright Run Summary
2 skipped 20 passed (25.9s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
40 passed (19.5s)
🎭 Playwright Run Summary
15 passed (20.4s)
🎭 Playwright Run Summary
11 passed (2.4s)
🎭 Playwright Run Summary
12 passed (28.8s)
🎭 Playwright Run Summary
4 passed (8.2s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.8s)
🎭 Playwright Run Summary
9 passed (9.9s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
4 passed (11.0s)
🎭 Playwright Run Summary
4 passed (9.2s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.2s)
🎭 Playwright Run Summary
1 skipped 12 passed (5.7s)
🎭 Playwright Run Summary
12 passed (28.0s)
🎭 Playwright Run Summary
10 passed (36.7s)
🎭 Playwright Run Summary
40 passed (20.3s)
🎭 Playwright Run Summary
7 passed (8.5s)
🎭 Playwright Run Summary
7 passed (28.0s)
🎭 Playwright Run Summary
8 passed (12.6s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.1s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.5s)
🎭 Playwright Run Summary
3 passed (15.8s)
🎭 Playwright Run Summary
3 passed (9.4s)
🎭 Playwright Run Summary
3 passed (16.6s)
🎭 Playwright Run Summary
3 passed (10.0s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.8s)
🎭 Playwright Run Summary
348 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
4 skipped 10 passed (24.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.3s)
🎭 Playwright Run Summary
3 passed (39.0s)
🎭 Playwright Run Summary
3 passed (7.8s)
🎭 Playwright Run Summary
17 passed (58.7s)
🎭 Playwright Run Summary
4 skipped 10 passed (29.1s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.8s)
🎭 Playwright Run Summary
3 skipped 27 passed (41.5s)
🎭 Playwright Run Summary
30 passed (12.1s)
🎭 Playwright Run Summary
3 passed (35.9s)
🎭 Playwright Run Summary
3 passed (9.5s)
🎭 Playwright Run Summary
1 skipped 168 passed (2.5m)
🎭 Playwright Run Summary
7 passed (35.1s)
🎭 Playwright Run Summary
3 skipped 165 passed (2.5m)
🎭 Playwright Run Summary
4 passed (38.8s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
13 passed (51.9s)
🎭 Playwright Run Summary
13 passed (10.1s)
🎭 Playwright Run Summary
2 flaky [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ───────────── [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation 1 passed (39.5s)
🎭 Playwright Run Summary
3 passed (4.3s)
🎭 Playwright Run Summary
5 passed (43.7s)
🎭 Playwright Run Summary
5 passed (10.8s)
🎭 Playwright Run Summary
4 passed (19.1s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
13 passed (43.2s)
🎭 Playwright Run Summary
13 passed (8.2s)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/server/server-components.test.ts:4:5 › Sends a transaction for a request to app router with URL 3 skipped 26 passed (1.1m)
🎭 Playwright Run Summary
30 passed (12.4s)
🎭 Playwright Run Summary
4 skipped 10 passed (32.2s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.8s)
🎭 Playwright Run Summary
4 passed (19.3s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
13 passed (51.0s)
🎭 Playwright Run Summary
13 passed (10.6s)
🎭 Playwright Run Summary
4 passed (19.1s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (35.5s)
🎭 Playwright Run Summary
195 skipped 478 passed (3.8m)
🎭 Playwright Run Summary
5 skipped 163 passed (3.7m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
3 skipped 165 passed (3.9m)
🎭 Playwright Run Summary
202 skipped 471 passed (3.7m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
190 skipped 483 passed (3.9m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
56 skipped 617 passed (4.7m)
🎭 Playwright Run Summary
59 skipped 614 passed (4.7m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.6s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.8s)
🎭 Playwright Run Summary
54 skipped 619 passed (4.8m)
🎭 Playwright Run Summary
54 skipped 619 passed (4.9m)
🎭 Playwright Run Summary
59 skipped 614 passed (4.7m)
🎭 Playwright Run Summary
5 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.3m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 34 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
4 passed (25.2s)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output Expired
20.4 MB
sha256:ad743c5c2ea171ef17ea35b800d66da4ea1280775e27f2f21cc0466bd7f3c85e
build-layer-output Expired
1.73 MB
sha256:b7afb1892f98363b069e2d6cd9b86b312feed77a83761010c6670cf26140935b
build-output Expired
10.5 MB
sha256:8516d1c1fdeb26c66aba597b03e0590b150a682a41f260ea17a427962f13ae1f
build-tarball-output Expired
5.01 MB
sha256:8270efe1455a0ac439bd910b356e8d7b91c8e7471c73944dac9ec766f196c3f6
codecov-coverage-results-develop-job_browser_unit_tests
94.9 KB
sha256:d389b966ca1ffeb27befea84b8990ce1e5de1c1dc12b9becdcd1c2080f744deb
codecov-coverage-results-develop-job_node_unit_tests-18
257 KB
sha256:18038ed0a32c2bebae1656cd77da2fab455cd0ab73518cfe8e02d65c07218156
codecov-coverage-results-develop-job_node_unit_tests-20
264 KB
sha256:34ec1248998b84fb5f00860356975dc3311491f46f292d71f5d3a099fbd62b4a
codecov-coverage-results-develop-job_node_unit_tests-22
264 KB
sha256:a7cb3581ebc36b5b375ca310e148675da28db369ce1dd7b08a275a8bd3f217a5
codecov-coverage-results-develop-job_node_unit_tests-24
264 KB
sha256:41c0f8185a588046571c28e1bc6a188c575324e9c6c624703f0a6a77ca5f9cf7
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_base
243 Bytes
sha256:40c3f26c412937779bff63ca1faecacae22e0a02aaf2ef6eef8fbd9e0dfb9925
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_debug
242 Bytes
sha256:842987bb9d050baaf7440fc745d238b958cf95b205f7a7c33bfdb4805b007957
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_eager
243 Bytes
sha256:f1642eca70645ab9ec4b88ec21ab4e80e22420fe04615a2e88b8273877996ac9
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_replay
240 Bytes
sha256:e89011cc381814447d707c8495ff8f62ef662719a34065f953b9021dcdd56c82
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_replay_buffer
239 Bytes
sha256:13f132ee7353bb5861dfdb067e81b4052da60c685fa571ba948c03ddc50301ea
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_tracing
243 Bytes
sha256:9f2f390a3e14f713b36f624843a3059573b8bf88559df9f9fc43a5773e3c5bc0
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_tracing_replay
241 Bytes
sha256:8e6e6934663aa1d6788d97efa15057e78a0dfe511e058aa7765aff0e8d64ec89
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle-chromium
248 Bytes
sha256:1222ddfac4dbc9e21f4c9994af1c624a89f8234976295cbe4265a04c66b2cdf9
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
249 Bytes
sha256:819d7219dbf78602da0e1b7a73aa80b7e3bdbf2ee71a546d17452dcb1dd55b3b
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
243 Bytes
sha256:ea3ba09bbc31c2c330c6d0cda852b85507ccdd67628a280e9a6a2e8d32ca7027
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
249 Bytes
sha256:5ea90839c8412b5a91fc37dff3ec9a0202ce98f889f0e02dec4a6b753471773d
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
249 Bytes
sha256:7d351ac1eaa6918c4d9cf923a7c746a8cede222a20ac1a2f85e72ba21dbe1005
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
247 Bytes
sha256:9bf8f98097436820aca46ecfad4c517bfb7e3e172332d24ed745d300aa4abd76
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
246 Bytes
sha256:d77dca07fcc6c724c36f154c61e0d585f0a791bd27d6565f369a3c391c60cb26
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
242 Bytes
sha256:65e17ad81318f47a6701cabc422756dd0b6271833950298028948316129f1a68
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
247 Bytes
sha256:562d0f814473391626830346ab29f4fb6381a105de7506f4d02d28e23b4ef3f7
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
247 Bytes
sha256:6db1b42a4fac80887be5ea5cfd3167abdaca3bf3c55fac3fdbcf45c83223ae11
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
246 Bytes
sha256:609134454784b377ee9340fe2a6019bb9fce40da6da38317f2d9059fffc0a500
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
236 Bytes
sha256:374c268db70cab3aa6574ff6b007bec34c02f2676efbc6cb46698bc7fa7d75be
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
246 Bytes
sha256:f35f4c6274f6fcbf7e06a3733b9e69fb32609c54d5baa2864dd31d04d6b88725
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
247 Bytes
sha256:c82bb525385f4c840b17df8dd107156069222b679fe12f716de3e3f7e321883c
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-1
241 Bytes
sha256:0a9b66182c600290efef536e7ba528a745f40e0ddf0ffcedf6db811cfff55b66
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-2
241 Bytes
sha256:0a877ddae3d94c2d04009303f9079f66383ecea6e8f396620bb152c0ca45f3b7
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-3
245 Bytes
sha256:a5edd2909204b9aff1b7b22254e52f5015f947a1e9974f0659b20aec8d06dedb
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-4
244 Bytes
sha256:4d5fe86d6b27561d39d8566c42f4e87fc7420c3f36aca9e0d97300f0e57581fe
codecov-test-results-develop-job_browser_unit_tests
238 Bytes
sha256:e483445751ff7d370bebeed0b9f3aa3ad42cd8a09b49682ed9ee7da6656c50df
codecov-test-results-develop-job_node_unit_tests-18
252 Bytes
sha256:e66d52afa619b90ff320edb27a6dda772154618f6d725367a504898f23ab48ec
codecov-test-results-develop-job_node_unit_tests-20
253 Bytes
sha256:da9d9e25992c3c712a912ae310ddda22febb90df8a79ab7ac59894b633401ca3
codecov-test-results-develop-job_node_unit_tests-22
245 Bytes
sha256:4d30c102b018128844051bc9df092afdbfb38006541f718a8cf8198596f018f7
codecov-test-results-develop-job_node_unit_tests-24
250 Bytes
sha256:374ddc73c1ad7754d5bac9c1220708009051bd3c27bcf2491145e00a18085cce
size-limit-action
1.07 KB
sha256:c9da71386a9de8ddc23f66bb143e1d45362860a4790daccb2c16059458e223d1