workflow run hangs, modify version
Some checks failed
Run short tests / run-tests (push) Successful in 1m18s
Run nightly tests / build (push) Successful in 1m39s
Run nightly tests / nightly-tests-play (push) Has been cancelled

This commit is contained in:
2025-05-23 11:59:21 +02:00
parent daaf79e721
commit ab0be6ea45

View File

@@ -36,7 +36,7 @@ jobs:
- name: Start a dummy server listening on 443 - name: Start a dummy server listening on 443
run: | run: |
apt update apt update
apt install -y netcat-openbsd apt install -y netcat-traditional
while true; do while true; do
echo "HTTP/1.1 200 OK\\n\\nHello from dummy server" | nc -l -p 443 -q 1 echo "HTTP/1.1 200 OK\\n\\nHello from dummy server" | nc -l -p 443 -q 1
done done