Merge pull request #3171 from marcstern/v2/ci_errorlog

Show error.log after httpd start in CI
This commit is contained in:
Ervin Hegedus 2024-06-12 15:08:47 +02:00 committed by GitHub
commit 28b6e1d7d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,4 +48,5 @@ jobs:
- name: start apache with module
run: |
sudo systemctl restart apache2.service
sudo cat /var/log/apache2/error.log