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 25, 2024
1 parent f96b070 commit de4e7b9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
sudo systemctl start mysql.service
mysql -uroot -h127.0.0.1 -proot -e 'CREATE DATABASE IF NOT EXISTS db;'
echo "ServerName localhost" | sudo tee -a /etc/apache2/apache2.conf
sudo systemctl restart apache2
sudo systemctl status apache2
sudo systemctl restart apache2.service
echo "one"
cat /etc/apache2/apache2.conf
sudo systemctl status apache2.service
hostname -I
sudo systemctl status apache2.service
hostname -I
sudo systemctl status apache2
- name: Unit & Kernel Tests
run: vendor/bin/phpunit --testsuite unit,kernel
- name: Install Drupal
Expand Down

0 comments on commit de4e7b9

Please sign in to comment.