diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d40b20b42..cdd2f17e96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,9 +164,13 @@ jobs: name: Run PHPUnit run: vendor/bin/phpunit --colors=always + - + name: Run managing catalog promotion scenarios + run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&@managing_catalog_promotions" + - - name: Run non-JS Behat - run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli" + name: Run non-JS Behat (without managing catalog promotion scenarios) + run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&@~managing_catalog_promotions" - name: Run JS Behat