From 0e31351c20743d9c931011e31431b4e2997ace26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Wed, 12 Jan 2022 16:48:26 +0100 Subject: [PATCH] quick-test --- .github/workflows/build.yml | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f4f480be2..de749914c5 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:35 - - - 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