Skip to content

Commit

Permalink
added schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
leo_riger committed Jun 2, 2024
1 parent 01ff348 commit 543b3b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
name: Create test database
run: |
docker compose exec -T php bin/console -e test doctrine:database:create
docker compose exec -T php bin/console -e test doctrine:schema:update --force
-
name: Run migrations
run: docker compose exec -T php bin/console -e test doctrine:migrations:migrate --no-interaction
run: |
docker compose exec -T php bin/console -e test doctrine:migrations:migrate --no-interaction
docker compose exec -T php bin/console -e test doctrine:schema:update --force
-
name: Run PHPUnit
if: false # Remove this line if PHPUnit is installed
Expand Down
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 543b3b6

Please sign in to comment.