git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c66b85
)
oops
author
gggeek
<giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 16:42:00 +0000
(16:42 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 16:42:00 +0000
(16:42 +0000)
.github/workflows/ci.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yaml
b/.github/workflows/ci.yaml
index
d106846
..
d49b889
100644
(file)
--- 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: /test
s
/index.php?demo=server/server.php
HTTPSSERVER: localhost
- HTTPSURI: /test/index.php?demo=server/server.php
+ HTTPSURI: /test
s
/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;