while loop hangs the flow, will use background
Some checks failed
Run short tests / run-tests (push) Successful in 1m18s
Run nightly tests / build (push) Successful in 1m37s
Run nightly tests / nightly-tests-play (push) Failing after 41s

This commit is contained in:
2025-05-23 12:02:39 +02:00
parent ab0be6ea45
commit 6900be6904

View File

@@ -39,7 +39,7 @@ jobs:
apt install -y netcat-traditional
while true; do
echo "HTTP/1.1 200 OK\\n\\nHello from dummy server" | nc -l -p 443 -q 1
done
done &
- name: Try curl the dummy server on port 443
run: |
curl -k https://localhost:443