From adbcccec37c3244366c0b8d188773ef7d7f005a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 17 Feb 2022 10:46:50 +0100 Subject: [PATCH] [CI] Added job running tests with compatibility layer enabled --- .github/workflows/browser-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 9b091b5..f515207 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -26,7 +26,7 @@ jobs: TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-content-setup2: - name: "PHP 7.4/MySQL" + name: "PHP 7.4/MySQL/Compatibility layer" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "content" @@ -35,6 +35,7 @@ jobs: test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard" setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" + use-compatibility-layer: true timeout: 90 secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}