diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f4f480be2..03851224f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,43 +135,10 @@ jobs: name: Prepare test application cache run: bin/console cache:warmup -vvv - - - name: Load fixtures - run: bin/console sylius:fixtures:load -n - - - - name: Validate composer.json - run: composer validate --ansi --strict --no-check-publish - - - - name: Run security check - run: symfony security:check - - - - name: Check coding standard - if: matrix.php != '7.4' - run: vendor/bin/ecs check src - - - - name: Run PHPStan - run: vendor/bin/phpstan analyse -c phpstan.neon -l max src/ - - - - name: Run PHPSpec - run: vendor/bin/phpspec run --ansi -f progress --no-interaction - - - - name: Run PHPUnit - run: vendor/bin/phpunit --colors=always - - name: Run non-JS Behat - run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli" --rerun + run: vendor/bin/behat vendor/sylius/sylius/features/promotion/managing_catalog_promotions/toggling_catalog_promotion.feature:35g - - - name: Run JS Behat - run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --rerun || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --rerun - - name: Upload Behat logs uses: actions/upload-artifact@v2