diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index d99a534e..70cab489 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -31,7 +31,6 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 - multirepository: true php-image: "ghcr.io/ibexa/docker/php:7.4-node18" timeout: 120 secrets: inherit @@ -48,7 +47,6 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true job-count: 4 - multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.0-node20" timeout: 120 secrets: inherit @@ -64,7 +62,6 @@ jobs: setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr8.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 - multirepository: true php-image: "ghcr.io/ibexa/docker/php:8.3-node22" timeout: 120 secrets: inherit diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..6d3d06d5 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-5078-adding-catalog-block-setup as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/behat", + "package": "ibexa/behat", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-5078-catalog-block-coverage as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/page-builder", + "package": "ibexa/page-builder", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file