X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=6b65184c7ed3a3b64af0ad944b18f1849fece0ae;hp=2799537f267ee1519a4571addd1705312fad2c9e;hb=d4573815cb9d49e7e095697c3b0c0205bf033165;hpb=9c8899e2d0eacd484ad548ef24c2b55506193d7a 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