Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed May 9, 2024
2 parents 9b6a9fa + e810348 commit 4e677a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
job-count: 2
Expand All @@ -38,17 +39,17 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-oss-setup2:
name: "PHP 8.3/Node 18/MySQL/Compatibility layer"
name: "PHP 8.3/Node 18/MySQL"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
use-compatibility-layer: true
job-count: 2
timeout: 60
secrets:
Expand All @@ -65,6 +66,7 @@ jobs:
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/solr.yml:doc/docker/selenium.yml"
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 2
timeout: 60
Expand Down

0 comments on commit 4e677a5

Please sign in to comment.