ci: update apt before installing telnet in workflow
Some checks failed
Playwright Tests / test (pull_request) Failing after 14s
Some checks failed
Playwright Tests / test (pull_request) Failing after 14s
This commit is contained in:
parent
a058720a6b
commit
c76749f3fd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/playwright.yml
vendored
1
.github/workflows/playwright.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
docker ps
|
docker ps
|
||||||
|
apt update
|
||||||
apt install telnet
|
apt install telnet
|
||||||
telnet localhost 8089
|
telnet localhost 8089
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue