Skip to content

Commit

Permalink
Validate after loading the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Jun 15, 2022
1 parent d7c7469 commit 789d17d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@ jobs:
name: Install bundle assets
run: (cd tests/Application && bin/console assets:install public -vvv)

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

-
name: Prepare test application database
run: |
(cd tests/Application && bin/console doctrine:database:create -vvv)
(cd tests/Application && bin/console doctrine:schema:create -vvv)
-
name: Validate database schema
run: (cd tests/Application && bin/console doctrine:schema:validate)

-
name: Load fixtures in test application
run: (cd tests/Application && bin/console sylius:fixtures:load -n)
Expand Down

0 comments on commit 789d17d

Please sign in to comment.