Skip to content

Commit 7bb24ee

Browse files
author
Mike Yavorsky
committed
remove debug
1 parent e8c770a commit 7bb24ee

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/playwright-e2e.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939

4040
- name: Wait for services to be healthy
4141
run: |
42-
docker compose ps
43-
cat /etc/hosts
4442
echo "Waiting for services to be ready..."
4543
4644
# Wait for Neo4j
@@ -78,10 +76,6 @@ jobs:
7876
7977
echo "All services are ready!"
8078
81-
- name: Wait for services to be healthy
82-
run: |
83-
docker compose exec api cat /etc/hosts
84-
8579
- name: Check service logs
8680
if: failure()
8781
run: |
@@ -114,7 +108,7 @@ jobs:
114108
NPDI_WEB_PORT: 3000
115109
NPDI_API_PORT: 5001
116110
NEXT_PUBLIC_API_BASE_URL: http://0.0.0.0:5001/api/v1
117-
run: docker compose ps && docker compose logs api && echo "" && npm run test:e2e
111+
run: npm run test:e2e
118112

119113
- name: Upload test results
120114
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)