Skip to content

Commit ced46ab

Browse files
authored
Execute migrations in CI (#246)
1 parent 11dcb58 commit ced46ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: composer install --no-interaction --optimize-autoloader
3232

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

3636
- name: Run tests
3737
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)