From 24390e2da49f3080c37a829765146199ef9289b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 27 Jan 2022 17:56:10 +0100 Subject: [PATCH] [CI] Added job running tests with compatibility layer enabled --- .github/workflows/browser-tests.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 9b091b5..e536827 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -41,3 +41,21 @@ jobs: SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }} TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + regression-content-setup3: + name: "PHP 7.4/PostgreSQL/Varnish/Redis/Multirepository/Compatibility layer" + uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main + with: + project-edition: "content" + project-version: "^4.0.x-dev" + test-suite: "--profile=regression --suite=content" + 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/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" + multirepository: true + use-compatibility-layer: true + timeout: 90 + secrets: + SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} + SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }} + TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}