Skip to content

Commit

Permalink
[CI] Added job running tests with compatibility layer enabled (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Feb 17, 2022
1 parent de36eb3 commit 9a4ef04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-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: "commerce"
Expand All @@ -35,6 +35,7 @@ jobs:
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-commerce --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 }}
Expand Down

0 comments on commit 9a4ef04

Please sign in to comment.