From f96b070d2e97a1ae1ba24c44152bd242a06c1f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4se?= Date: Wed, 25 Dec 2024 01:45:50 +0100 Subject: [PATCH] Update GitHub workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74820aea..c2e3ae4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: sudo systemctl restart apache2 sudo systemctl status apache2 hostname -I + sudo systemctl status apache2 - name: Unit & Kernel Tests run: vendor/bin/phpunit --testsuite unit,kernel - name: Install Drupal