From: gggeek <giunta.gaetano@gmail.com> Date: Sun, 8 Jan 2023 16:31:36 +0000 (+0000) Subject: fix config for gha tests X-Git-Tag: 4.9.5~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9c66b856ff64a4d8fe23f84160877ae1c5d32848;p=plcapi.git fix config for gha tests --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e26347cd..d1068466 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,9 +7,9 @@ jobs: runs-on: ${{ matrix.operating-system }} env: HTTPSERVER: localhost - URI: /demo/server/server.php + URI: /test/index.php?demo=server/server.php HTTPSSERVER: localhost - HTTPSURI: /demo/server/server.php + HTTPSURI: /test/index.php?demo=server/server.php PROXYSERVER: localhost:8080 # @todo check: is this necessary as well on GHA runners? # was: "Travis currently compiles PHP with an oldish cURL/GnuTLS combination;