Skip to content

fix(dashboard): repair and polish the GitHub link-existing project flow #1885

fix(dashboard): repair and polish the GitHub link-existing project flow

fix(dashboard): repair and polish the GitHub link-existing project flow #1885

Triggered via pull request May 20, 2026 02:14
Status Failure
Total duration 29m 12s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests/backend/endpoints/api/v1/internal/config-local-emulator.test.ts > local emulator config restrictions > rejects environment PUT config overrides: apps/e2e/tests/backend/endpoints/api/v1/internal/config-local-emulator.test.ts#L81
AssertionError: expected 'Environment configuration overrides c…' to contain 'cannot be changed in the local emulat…' - Expected + Received - cannot be changed in the local emulator + Environment configuration overrides cannot be changed in a development environment. Update this in your production deployment instead. ❯ tests/backend/endpoints/api/v1/internal/config-local-emulator.test.ts:81:27
tests/backend/endpoints/api/v1/internal/config-local-emulator.test.ts > local emulator config restrictions > rejects environment PATCH config overrides: apps/e2e/tests/backend/endpoints/api/v1/internal/config-local-emulator.test.ts#L64
AssertionError: expected 'Environment configuration overrides c…' to contain 'cannot be changed in the local emulat…' - Expected + Received - cannot be changed in the local emulator + Environment configuration overrides cannot be changed in a development environment. Update this in your production deployment instead. ❯ tests/backend/endpoints/api/v1/internal/config-local-emulator.test.ts:64:27
tests/backend/endpoints/api/v1/team-permissions.test.ts > can customize default team permissions: apps/e2e/tests/backend/endpoints/api/v1/team-permissions.test.ts#L230
Error: Snapshot `can customize default team permissions 4` mismatched - Expected + Received @@ -24,10 +24,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "", "display_name": "New Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": false, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/team-permissions.test.ts:230:21
tests/backend/endpoints/api/v1/projects.test.ts > updates the project oauth configuration: apps/e2e/tests/backend/endpoints/api/v1/projects.test.ts#L801
Error: Snapshot `updates the project oauth configuration 3` mismatched - Expected + Received @@ -30,10 +30,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "", "display_name": "New Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": false, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/projects.test.ts:801:21
tests/backend/endpoints/api/v1/projects.test.ts > updates the project email configuration: apps/e2e/tests/backend/endpoints/api/v1/projects.test.ts#L399
Error: Snapshot `updates the project email configuration 3` mismatched - Expected + Received @@ -32,10 +32,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "", "display_name": "New Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": false, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/projects.test.ts:399:21
tests/backend/endpoints/api/v1/projects.test.ts > should allow insecure HTTP connections if insecureHttp is true: apps/e2e/tests/backend/endpoints/api/v1/projects.test.ts#L301
Error: Snapshot `should allow insecure HTTP connections if insecureHttp is true 3` mismatched - Expected + Received @@ -29,10 +29,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "", "display_name": "New Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": false, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/projects.test.ts:301:20
tests/backend/endpoints/api/v1/projects.test.ts > updates the project domains configuration: apps/e2e/tests/backend/endpoints/api/v1/projects.test.ts#L179
Error: Snapshot `updates the project domains configuration 3` mismatched - Expected + Received @@ -29,10 +29,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "", "display_name": "New Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": false, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/projects.test.ts:179:21
tests/backend/endpoints/api/v1/projects.test.ts > updates the basic project configuration: apps/e2e/tests/backend/endpoints/api/v1/projects.test.ts#L126
Error: Snapshot `updates the basic project configuration 3` mismatched - Expected + Received @@ -24,10 +24,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "", "display_name": "New Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": false, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/projects.test.ts:126:20
tests/backend/endpoints/api/v1/projects.test.ts > creates and updates the basic project information of a project: apps/e2e/tests/backend/endpoints/api/v1/projects.test.ts#L73
Error: Snapshot `creates and updates the basic project information of a project 3` mismatched - Expected + Received @@ -24,10 +24,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "Updated description", "display_name": "Updated Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": true, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/projects.test.ts:73:20
tests/backend/endpoints/api/v1/project-permissions.test.ts > can customize default user permissions: apps/e2e/tests/backend/endpoints/api/v1/project-permissions.test.ts#L212
Error: Snapshot `can customize default user permissions 4` mismatched - Expected + Received @@ -24,10 +24,11 @@ }, "created_at_millis": <stripped field 'created_at_millis'>, "description": "", "display_name": "New Project", "id": "<stripped UUID>", + "is_development_environment": false, "is_production_mode": false, "logo_dark_mode_url": null, "logo_full_dark_mode_url": null, "logo_full_url": null, "logo_url": null, ❯ tests/backend/endpoints/api/v1/project-permissions.test.ts:212:21
E2E Tests (Local Emulator, Node 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@v1.0.7, pnpm/action-setup@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/