diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index befb567d..8133f241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: sudo systemctl start mysql.service mysql -uroot -h127.0.0.1 -proot -e 'CREATE DATABASE IF NOT EXISTS db;' sudo systemctl start apache2 + echo "ServerName localhost" | sudo tee /etc/apache2/conf-available/fqdn.conf && sudo a2enconf fqdn sudo systemctl status apache2 hostname -I - name: Unit & Kernel Tests