Skip to content

Commit

Permalink
Execute migrations in CI (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 17, 2024
1 parent 11dcb58 commit ced46ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: composer install --no-interaction --optimize-autoloader

- name: Setup database
run: bin/console doctrine:schema:create
run: bin/console doctrine:migrations:migrate --no-interaction

- name: Run tests
run: ./vendor/bin/phpunit
Expand Down

0 comments on commit ced46ab

Please # to comment.