From: gggeek Date: Sun, 8 Jan 2023 16:42:00 +0000 (+0000) Subject: oops X-Git-Tag: 4.9.5~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9422eb7219f0f05cce2595dfd5fa28269e52a687;p=plcapi.git oops --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1068466..d49b889d 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: /test/index.php?demo=server/server.php + URI: /tests/index.php?demo=server/server.php HTTPSSERVER: localhost - HTTPSURI: /test/index.php?demo=server/server.php + HTTPSURI: /tests/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;