Skip to content

Commit

Permalink
removed test database
Browse files Browse the repository at this point in the history
  • Loading branch information
leo_riger committed Jun 2, 2024
1 parent ee89594 commit dc9eec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
-
name: Create test database
run: |
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
docker compose exec -T php bin/console doctrine:database:drop --force
docker compose exec -T php bin/console doctrine:database:create
-
name: Run migrations
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
docker compose exec -T php bin/console doctrine:migrations:migrate --no-interaction
docker compose exec -T php bin/console doctrine:schema:update --force
-
name: Run PHPUnit
if: false # Remove this line if PHPUnit is installed
Expand Down
3 changes: 1 addition & 2 deletions .idea/workspace.xml

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

0 comments on commit dc9eec1

Please sign in to comment.