Skip to content

Commit

Permalink
test(workflow): fix and merge workflow configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hdasdoria committed Nov 15, 2023
2 parents 8a530f0 + bcba35d commit d91e560
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -110,4 +110,3 @@ jobs:
name: Run Behat
run: vendor/bin/behat --colors -vvv --no-interaction || vendor/bin/behat --colors -vvv --no-interaction --rerun


0 comments on commit d91e560

Please sign in to comment.