Skip to content

Commit

Permalink
Execute migrations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 17, 2024
1 parent 1397f2d commit 2eaa2ad
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 @@ -42,7 +42,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 2eaa2ad

Please sign in to comment.