Skip to content

Commit

Permalink
Merge branch '4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Mar 8, 2024
2 parents e4cfb7d + bd0a88a commit 77b1e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-oss-setup3:
name: "PHP 8.2/Node 18/MySQL"
name: "PHP 8.2/Node 18/MySQL/Solr"
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/solr.yml:doc/docker/selenium.yml"
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 2
Expand Down

0 comments on commit 77b1e5f

Please sign in to comment.