ci: add telnet command for debugging in workflow
Some checks failed
Playwright Tests / test (pull_request) Failing after 10s
Some checks failed
Playwright Tests / test (pull_request) Failing after 10s
This commit is contained in:
parent
8a3fb2aaf0
commit
a598a68d34
1 changed files with 3 additions and 1 deletions
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
|
@ -35,7 +35,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: docker ps
|
run: |
|
||||||
|
docker ps
|
||||||
|
telnet localhost 8089
|
||||||
|
|
||||||
# Set up Node.js
|
# Set up Node.js
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue