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 efe97f5 + 2ef0dcf commit 269d9bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
job-count: 4
multirepository: true
timeout: 120
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand All @@ -42,7 +43,7 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-experience-setup2:
name: "PHP 8.3/Node 18/MySQL/Compatibility layer/Elastic"
name: "PHP 8.3/Node 18/MySQL/Elastic"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "experience"
Expand All @@ -52,9 +53,9 @@ jobs:
test-setup-phase-2: "--profile=regression --suite=setup-experience --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/elastic.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
job-count: 4
timeout: 120
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand All @@ -64,7 +65,7 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-experience-setup3:
name: "PHP 8.3/Node 18/MySQL/Compatibility layer/Solr"
name: "PHP 8.3/Node 18/MySQL/Solr"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "experience"
Expand All @@ -74,9 +75,9 @@ jobs:
test-setup-phase-2: "--profile=regression --suite=setup-experience --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/solr.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
job-count: 4
timeout: 120
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand Down

0 comments on commit 269d9bd

Please sign in to comment.