Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60f9420

Browse files
IBX-11657: Added connector-quable to CI (#1781)
* IBX-11657: Added connector-quable to CI * IBX-11657: Added new line * IBX-11657: Adjusted naming after code review * Added dependencies.json * Added connector-quable to dependencies.json * Removed dependencies.json * IBX-11657: Removed temporary branches
1 parent f32f5e6 commit 60f9420

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/browser-tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,17 @@ jobs:
6767
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
6868
timeout: 120
6969
secrets: inherit
70+
admin-ui-connector-quable:
71+
name: "Connector-quable tests/PHP 8.4/Node 22/PostgreSQL 18.0"
72+
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
73+
with:
74+
project-edition: "commerce"
75+
project-version: ${{ github.event.inputs.project-version }}
76+
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/selenium.yml"
77+
install-connector-quable: true
78+
test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaCommerce'
79+
test-setup-phase-1: '--profile=setup --suite=personas --mode=standard'
80+
test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard'
81+
send-success-notification: false
82+
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
83+
secrets: inherit

0 commit comments

Comments
 (0)