From 81384962885178ef3b33eef1c5ed0a686c086d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 2 Sep 2026 13:58:51 +0200 Subject: [PATCH 1/2] [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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index d86d0be2..5dae5173 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.4/Node 20/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.0/Node 20/MariaDB 11.4/Compatibility layer/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" @@ -56,6 +58,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" From 18c6ca62db51393635031bea23ed335430dff4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 9 Sep 2026 10:28:00 +0200 Subject: [PATCH 2/2] Add ibexa/storefront#312 as test dependency Co-Authored-By: Claude Sonnet 5 --- dependencies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..2f4ecb7b --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-11919-harden-currency-switching-test as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/storefront", + "package": "ibexa/storefront", + "shouldBeAddedAsVCS": false + } + ] +}