Skip to content

Commit

Permalink
added --force to drop database on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leo_riger committed Jun 2, 2024
1 parent c1a0d52 commit ee89594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-
name: Create test database
run: |
docker compose exec -T php bin/console -e test doctrine:database:drop
docker compose exec -T php bin/console -e test doctrine:database:drop --force
docker compose exec -T php bin/console -e test doctrine:database:create
-
name: Run migrations
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 ee89594

Please sign in to comment.