workflow run hangs, modify version
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user