run WOPI tests in CI

This commit is contained in:
Artur Neumann
2025-03-19 09:30:35 +05:45
parent cceb574950
commit 6d75ab58b9
2 changed files with 7 additions and 12 deletions
@@ -1,5 +1,5 @@
#!/bin/sh
while true; do
echo -e "HTTP/1.1 200 OK\n\n$(cat /drone/src/tests/config/drone/hosting-discovery.xml)" | nc -l -k -p 8080
echo -e "HTTP/1.1 200 OK\n\n$(cat /woodpecker/src/github.com/opencloud-eu/opencloud/tests/config/woodpecker/hosting-discovery.xml)" | nc -l -k -p 8080
done