From f1904f6ae76ee38095722418c216a3bb1bc5eb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 18 Nov 2024 14:33:41 +0100 Subject: [PATCH] ci-scripts-branch --- .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 8cca96c..824c671 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.4/Node 18/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-8959' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -46,6 +47,7 @@ jobs: name: "PHP 8.0/Node 18/MySQL/Compatibility layer/Elastic" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-8959' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -69,6 +71,7 @@ jobs: name: "PHP 8.3/Node 18/MySQL/Compatibility layer/Solr" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-8959' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless"