diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 9b406f70..eda354ab 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -67,3 +67,17 @@ jobs: php-image: "ghcr.io/ibexa/docker/php:8.4-node22" timeout: 120 secrets: inherit + admin-ui-connector-quable: + name: "Connector-quable tests/PHP 8.4/Node 22/PostgreSQL 18.0" + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + with: + project-edition: "commerce" + project-version: ${{ github.event.inputs.project-version }} + setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/selenium.yml" + install-connector-quable: true + test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaCommerce' + test-setup-phase-1: '--profile=setup --suite=personas --mode=standard' + test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard' + send-success-notification: false + php-image: "ghcr.io/ibexa/docker/php:8.4-node22" + secrets: inherit