ci: update telnet command in Playwright workflow
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m32s
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m32s
This commit is contained in:
parent
5a4e14c2dd
commit
370b1f54f5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue