fix config for gha tests
authorgggeek <giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 16:31:36 +0000 (16:31 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 16:31:36 +0000 (16:31 +0000)
.github/workflows/ci.yaml

index e26347c..d106846 100644 (file)
@@ -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;