From 92ac40e9846e8ba29b8ec94de7d6ae852ee4fadb Mon Sep 17 00:00:00 2001 From: katarzynazawada Date: Thu, 30 Oct 2025 08:04:20 +0100 Subject: [PATCH 1/4] Fixed error reporting --- behat_ibexa_oss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behat_ibexa_oss.yaml b/behat_ibexa_oss.yaml index 3046b7ad..6800eeeb 100644 --- a/behat_ibexa_oss.yaml +++ b/behat_ibexa_oss.yaml @@ -8,7 +8,7 @@ imports: default: calls: - error_reporting: -1 # Report all PHP errors + error_reporting: 22527 # E_ALL & ~E_DEPRECATED & ~E_STRICT gherkin: cache: false formatters: From 7a77df4db120099f46012a3c4919d4ae84324a80 Mon Sep 17 00:00:00 2001 From: katarzynazawada Date: Thu, 30 Oct 2025 08:06:33 +0100 Subject: [PATCH 2/4] Changed secrets --- .github/workflows/browser-tests.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index ae067ef9..3afa10fa 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -17,8 +17,7 @@ jobs: test-suite: '--profile=browser --suite=admin-ui-full' test-setup-phase-1: '--profile=setup --suite=personas --mode=standard' test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard' - secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + secrets: inherit examples: name: "BehatBundle examples" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main @@ -26,5 +25,4 @@ jobs: project-edition: 'oss' project-version: '^3.3.x-dev' test-suite: '--mode=standard --profile=service --suite=examples' - secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + secrets: inherit From 7c8f5c47c7f8028b0d733180f507d55f71e24055 Mon Sep 17 00:00:00 2001 From: katarzynazawada Date: Thu, 30 Oct 2025 08:23:04 +0100 Subject: [PATCH 3/4] Changed secrets --- .github/workflows/browser-tests.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index 3afa10fa..d77de7f7 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -17,7 +17,9 @@ jobs: test-suite: '--profile=browser --suite=admin-ui-full' test-setup-phase-1: '--profile=setup --suite=personas --mode=standard' test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard' - secrets: inherit + secrets: + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + EZROBOT_33: ${{ secrets.EZROBOT_33 }} examples: name: "BehatBundle examples" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main @@ -25,4 +27,6 @@ jobs: project-edition: 'oss' project-version: '^3.3.x-dev' test-suite: '--mode=standard --profile=service --suite=examples' - secrets: inherit + secrets: + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + EZROBOT_33: ${{ secrets.EZROBOT_33 }} From fe21aeb1affeb0ffd2d5791a04b6b6d80c2903fc Mon Sep 17 00:00:00 2001 From: katarzynazawada Date: Thu, 30 Oct 2025 08:26:31 +0100 Subject: [PATCH 4/4] Changed secrets --- .github/workflows/browser-tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index d77de7f7..3c8e3d8a 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -19,6 +19,8 @@ jobs: test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard' secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} EZROBOT_33: ${{ secrets.EZROBOT_33 }} examples: name: "BehatBundle examples" @@ -29,4 +31,6 @@ jobs: test-suite: '--mode=standard --profile=service --suite=examples' secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} EZROBOT_33: ${{ secrets.EZROBOT_33 }}