Skip to content

VCST-4710: Add memberAddresses query #609

VCST-4710: Add memberAddresses query

VCST-4710: Add memberAddresses query #609

Triggered via pull request March 11, 2026 08:53
Status Failure
Total duration 15m 37s
Artifacts 3

module-ci.yml

on: pull_request
ui-auto-tests  /  dry-run
0s
ui-auto-tests / dry-run
ui-auto-tests  /  ui-autotests
4m 8s
ui-auto-tests / ui-autotests
module-katalon-tests  /  e2e-tests
12m 59s
module-katalon-tests / e2e-tests
Matrix: deploy-cloud / Deploy
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
ui-auto-tests / ui-autotests
Process completed with exit code 1.
ci
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4, actions/setup-node@v4, VirtoCommerce/jira-upload-build-info@master, VirtoCommerce/vc-github-actions/add-version-suffix@master, VirtoCommerce/vc-github-actions/changelog-generator@master, VirtoCommerce/vc-github-actions/get-image-version@master, VirtoCommerce/vc-github-actions/get-jira-keys@master, VirtoCommerce/vc-github-actions/publish-artifact-link@master, VirtoCommerce/vc-github-actions/publish-blob-release@master, VirtoCommerce/vc-github-actions/publish-jira-link@master, VirtoCommerce/vc-github-actions/setup-vcbuild@master, VirtoCommerce/vc-github-actions/sonar-quality-gate@master, VirtoCommerce/vc-github-actions/sonar-scanner-begin@master, VirtoCommerce/vc-github-actions/sonar-scanner-end@master. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Commands/SendPasswordResetEmailCommand.cs(21,9): warning S1699: Remove this call from a constructor to the overridable 'Field' method. [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Schemas/VendorType.cs(14,12): warning S1541: The Cyclomatic Complexity of this constructor is 12 which is greater than 10 authorized. [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Commands/ChangeOrganizationContactRoleCommandHandler.cs(68,13): warning S2259: 'user' is null on at least one execution path. [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Authorization/ProfileAuthorizationHandler.cs(30,39): warning S138: This method 'HandleRequirementAsync' has 138 lines, which is greater than the 80 lines authorized. Split it into smaller methods. [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Authorization/ProfileAuthorizationHandler.cs(89,46): warning S3267: Loops should be simplified using the "Where" LINQ method [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Authorization/ProfileAuthorizationHandler.cs(30,39): warning S1541: The Cyclomatic Complexity of this method is 29 which is greater than 10 authorized. [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Authorization/ProfileAuthorizationHandler.cs(30,39): warning S3776: Refactor this method to reduce its Cognitive Complexity from 31 to the 15 allowed. [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Commands/AddAddressToFavoritesCommand.cs(16,9): warning S1699: Remove this call from a constructor to the overridable 'Field' method. [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Schemas/ProfileSchema.cs(274,1): warning S103: Split this 350 characters long line (which is greater than 300 authorized). [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ci
/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/Commands/RegisterRequestCommandHandler.cs(331,1): warning S103: Split this 307 characters long line (which is greater than 300 authorized). [/home/runner/work/vc-module-profile-experience-api/vc-module-profile-experience-api/src/VirtoCommerce.ProfileExperienceApiModule.Data/VirtoCommerce.ProfileExperienceApiModule.Data.csproj]
ui-auto-tests / ui-autotests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4, VirtoCommerce/vc-github-actions/setup-vcbuild@master. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
module-katalon-tests / e2e-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4, actions/upload-artifact@v4, VirtoCommerce/vc-github-actions/katalon-studio-github-action@master, VirtoCommerce/vc-github-actions/publish-katalon-report@master, VirtoCommerce/vc-github-actions/setup-vcbuild@master. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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
graphql-dataset-manager-log-chromium-609-1
62.1 KB
sha256:e88916b834b60c3cd5fd72bdeb08852f64262c761ef02ceedfadfed051ad2560
graphql-test-results-chromium-609-1
13.7 KB
sha256:9a04291b5be4ca65b2bca5fb5685602679ef1549b3c034b9b51b1494265f8e65
reports
8.43 MB
sha256:a706d5759231c66d56abb0d4256b8df5afcc2ac2a6e2ca2ca290f1af46f97b02