Skip to content

Commit

Permalink
refactor: Let Craft create the db?
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 4, 2024
1 parent 98ac400 commit d0fbba6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
php:
version: 8.2
hosts:
testcraft.test: '127.0.0.1'
test.local: '127.0.0.1'
variables:
XDEBUG_MODE: 'coverage'
cache:
Expand All @@ -17,7 +17,6 @@ build:
dependencies:
before:
- sudo echo "127.0.0.1 mysql" | sudo tee -a /etc/hosts
- mysql -uroot -h mysql -e 'CREATE DATABASE test'
- cp .github/craft/.env.mysql .env
- cp .github/craft/craft craft
- cp .github/craft/bootstrap.php bootstrap.php
Expand Down

0 comments on commit d0fbba6

Please sign in to comment.