diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a709bab..af3a366 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,8 +85,8 @@ jobs: - name: Validate composer.json run: composer validate --ansi --strict - - - + + - name: Run ECS run: vendor/bin/ecs check --config=ecs.php --clear-cache src tests @@ -110,4 +110,3 @@ jobs: name: Run Behat run: vendor/bin/behat --colors -vvv --no-interaction || vendor/bin/behat --colors -vvv --no-interaction --rerun -