Skip to content

Commit

Permalink
[CI] IBX-6507: Add setup running on Solr (#117)
Browse files Browse the repository at this point in the history
* [CI] IBX-6507: Add setup running on Solr

* [TMP] dependency

* [tmp] gh-workflows branch

* Revert "[TMP] dependency"

This reverts commit 4448b84.

* Revert "[tmp] gh-workflows branch"

This reverts commit 7b362dd.
  • Loading branch information
micszo authored Mar 8, 2024
1 parent 145e626 commit bd0a88a
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 bd0a88a

Please sign in to comment.