diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index ae067ef9..3c8e3d8a 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -19,6 +19,9 @@ 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" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main @@ -28,3 +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 }} 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: