Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bäse committed Dec 24, 2024
1 parent 68d66e2 commit 7f6109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Environment
run: |
sudo systemctl start mysql.service
mysql -e 'CREATE DATABASE db;' -u root -p root -h 127.0.0.1
mysql -uroot -h127.0.0.1 -proot -e 'CREATE DATABASE IF NOT EXISTS db;'
sudo systemctl start apache2
- name: Unit & Kernel Tests
run: vendor/bin/phpunit --testsuite unit,kernel
Expand Down

0 comments on commit 7f6109f

Please sign in to comment.