Skip to content

Commit

Permalink
quick-test
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jan 12, 2022
1 parent 707bcea commit e0f47e6
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0f47e6

Please sign in to comment.