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:
33ef6f5
)
fix config for gha tests
author
gggeek
<giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 16:31:36 +0000
(16:31 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 16:31:36 +0000
(16:31 +0000)
.github/workflows/ci.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yaml
b/.github/workflows/ci.yaml
index
e26347c
..
d106846
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: /
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;