Skip to content

Commit 68d66e2

Browse files
author
Simon Bäse
committed
Update GitHub workflow
1 parent 6b3f74f commit 68d66e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Environment
2626
run: |
2727
sudo systemctl start mysql.service
28-
mysql -e 'CREATE DATABASE db;' -u root -p root
28+
mysql -e 'CREATE DATABASE db;' -u root -p root -h 127.0.0.1
2929
sudo systemctl start apache2
3030
- name: Unit & Kernel Tests
3131
run: vendor/bin/phpunit --testsuite unit,kernel

0 commit comments

Comments
 (0)