ci: update telnet command in Playwright workflow
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m32s

This commit is contained in:
Jan Gleytenhoover 2025-01-17 10:22:50 +01:00
parent 5a4e14c2dd
commit 370b1f54f5
Signed by: jank
GPG key ID: 50620ADD22CD330B

View file

@ -42,7 +42,7 @@ jobs:
docker ps
apt update
apt install telnet -y
telnet localhost 8089
telnet employee 8089
# Set up Node.js
- uses: actions/setup-node@v4