chore: update telnet installation to use -y flag
Some checks failed
Playwright Tests / test (pull_request) Failing after 15s

This commit is contained in:
Jan Gleytenhoover 2025-01-17 10:16:15 +01:00
parent c76749f3fd
commit c292380fcd
Signed by: jank
GPG key ID: 50620ADD22CD330B

View file

@ -38,7 +38,7 @@ jobs:
run: |
docker ps
apt update
apt install telnet
apt install telnet -y
telnet localhost 8089
# Set up Node.js