diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d8bba42..7ef494c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,20 +30,11 @@ jobs: depends_on: - postgres-employee - ports: - - 8089:8089 steps: # Checkout the repository - uses: actions/checkout@v4 - - name: Debug - run: | - docker ps - apt update - apt install telnet -y - telnet employee 8089 - # Set up Node.js - uses: actions/setup-node@v4 with: