Skip to content

Commit 28b6e1d

Browse files
authored
Merge pull request #3171 from marcstern/v2/ci_errorlog
Show error.log after httpd start in CI
2 parents b89c447 + bcd50be commit 28b6e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
- name: start apache with module
4949
run: |
5050
sudo systemctl restart apache2.service
51+
sudo cat /var/log/apache2/error.log
5152

0 commit comments

Comments
 (0)