From d4573815cb9d49e7e095697c3b0c0205bf033165 Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 7 Dec 2021 11:46:14 +0000 Subject: [PATCH] wip github actions CI --- .github/workflows/ci.yml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2799537..6b65184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,8 @@ jobs: HTTPSURI: /demo/server/server.php PROXYSERVER: localhost:8080 # Travis currently compiles PHP with an oldish cURL/GnuTLS combination; - # to make the tests pass when Apache has a bogus SSL cert whe need the full set of options below + # to make the tests pass when Apache has a bogus SSL cert whe need the full set of options below. + # @todo check: is this necessary as well on GHA runners? HTTPSVERIFYHOST: 0 HTTPSIGNOREPEER: 1 SSLVERSION: 0 @@ -67,14 +68,18 @@ jobs: - if: ${{ failure() }} run: | - systemctl status apache2.service - ls -la /etc/apache2/mods-enabled - ls -la /etc/apache2/conf-enabled - ls -la /etc/apache2/mods-available - ls -la /etc/apache2/conf-available - sudo cat /var/log/apache2/error.log - sudo cat /var/log/apache2/other_vhosts_access.log #env + ps auxwww #php -i - #sudo cat /var/log/privoxy/* - #sudo cat /var/log/php*.log + #systemctl status apache2.service + #ls -la /etc/apache2/mods-enabled + #ls -la /etc/apache2/conf-enabled + #ls -la /etc/apache2/mods-available + #ls -la /etc/apache2/conf-available + ls -la /etc/apache2/sites-available/ + sudo cat /etc/apache2/envvars + sudo cat /etc/apache2/sites-available/000-default.conf + sudo cat /var/log/privoxy/* + sudo cat /var/log/apache2/error.log + sudo cat /var/log/apache2/other_vhosts_access.log + sudo cat /var/log/php*.log -- 2.43.0