Skip to content

Commit

Permalink
Remove doctrine:schema:validate check
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Oct 1, 2024
1 parent 0a2eb0a commit 98a8881
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ jobs:
name: Validate composer.json
run: composer validate --ansi --strict

-
name: Validate database schema
run: (cd tests/Application && bin/console doctrine:schema:validate)

-
name: Run security check
run: symfony security:check
Expand Down

0 comments on commit 98a8881

Please sign in to comment.