From f76056d9ad8c25acab18c0db51000d5562d8b2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 2 Sep 2026 15:50:55 +0200 Subject: [PATCH] [TMP] Run regression Point all setups' ci-scripts-branch input at IBX-11919-encore-prod-on-ci, keeping gh-workflows@main unmodified, to validate the ci-scripts#143 fix for building CI assets with yarn encore prod. --- .github/workflows/browser-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index eda354ab..cdea2bd4 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 8.3/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -39,6 +40,7 @@ jobs: name: "PHP 8.4/Node 22/MariaDB 11.4/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -55,6 +57,7 @@ jobs: name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -71,6 +74,7 @@ jobs: name: "Connector-quable tests/PHP 8.4/Node 22/PostgreSQL 18.0" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'IBX-11919-encore-prod-on-ci' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/selenium.yml"