From 8fd1da6d3b63c7e922d471464bb1edfb06242de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Thu, 13 Jan 2022 09:15:42 +0100 Subject: [PATCH] [WIP][Behat] Test problematique scenario --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d40b20b42..1fdb343e65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,6 +164,10 @@ jobs: name: Run PHPUnit run: vendor/bin/phpunit --colors=always + - + name: Run problematic scenario + run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress vendor/sylius/sylius/features/promotion/managing_catalog_promotions/toggling_catalog_promotion.feature:35 + - name: Run non-JS Behat run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli"