ci: remove unnecessary debug steps from workflow
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m27s
All checks were successful
Playwright Tests / test (pull_request) Successful in 1m27s
This commit is contained in:
parent
370b1f54f5
commit
aceb2e953c
1 changed files with 0 additions and 9 deletions
9
.github/workflows/playwright.yml
vendored
9
.github/workflows/playwright.yml
vendored
|
@ -30,20 +30,11 @@ jobs:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-employee
|
- postgres-employee
|
||||||
|
|
||||||
ports:
|
|
||||||
- 8089:8089
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout the repository
|
# Checkout the repository
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
run: |
|
|
||||||
docker ps
|
|
||||||
apt update
|
|
||||||
apt install telnet -y
|
|
||||||
telnet employee 8089
|
|
||||||
|
|
||||||
# Set up Node.js
|
# Set up Node.js
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue