chore: update telnet installation to use -y flag
Some checks failed
Playwright Tests / test (pull_request) Failing after 15s
Some checks failed
Playwright Tests / test (pull_request) Failing after 15s
This commit is contained in:
parent
c76749f3fd
commit
c292380fcd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: |
|
||||
docker ps
|
||||
apt update
|
||||
apt install telnet
|
||||
apt install telnet -y
|
||||
telnet localhost 8089
|
||||
|
||||
# Set up Node.js
|
||||
|
|
Loading…
Add table
Reference in a new issue