Skip to content

Commit

Permalink
[WIP][Behat] Test problematique scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jan 13, 2022
1 parent 69b3b45 commit 8fd1da6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8fd1da6

Please sign in to comment.