Skip to content

Commit 6330eba

Browse files
committed
tmp: Run curl for status.php
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 65455fb commit 6330eba

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
php occ richdocuments:activate-config --wopi-url="http://localhost:9980" --callback-url="http://172.17.0.1:8081"
154154
155155
curl http://admin:admin@localhost:8081/ocs/v1.php/cloud/capabilities\?format\=json -H 'OCS-APIRequest: true'
156+
curl -v http://localhost:8081/status.php
156157
157158
curl -v http://localhost:9980/ --output -
158159
curl -v http://localhost:9980/hosting/discovery --output -

tests/run-integration.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ PHPPIDA=$!
4747
PHP_CLI_SERVER_WORKERS=10 php -S localhost:$PORT_SERVERB -t $OC_PATH &
4848
PHPPIDB=$!
4949

50+
curl -v http://localhost:$PORT_SERVERA/status.php
51+
52+
curl -v http://localhost:$PORT_SERVERB/status.php
53+
54+
5055

5156
$OCC config:system:set allow_local_remote_servers --value true --type bool
5257
$OCC config:app:set richdocuments wopi_url --value="http://localhost:9980"

0 commit comments

Comments
 (0)