We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c770a commit 7bb24eeCopy full SHA for 7bb24ee
.github/workflows/playwright-e2e.yml
@@ -39,8 +39,6 @@ jobs:
39
40
- name: Wait for services to be healthy
41
run: |
42
- docker compose ps
43
- cat /etc/hosts
44
echo "Waiting for services to be ready..."
45
46
# Wait for Neo4j
@@ -78,10 +76,6 @@ jobs:
78
76
79
77
echo "All services are ready!"
80
81
- - name: Wait for services to be healthy
82
- run: |
83
- docker compose exec api cat /etc/hosts
84
-
85
- name: Check service logs
86
if: failure()
87
@@ -114,7 +108,7 @@ jobs:
114
108
NPDI_WEB_PORT: 3000
115
109
NPDI_API_PORT: 5001
116
110
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
118
112
119
113
- name: Upload test results
120
uses: actions/upload-artifact@v5
0 commit comments