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 fdb893b commit f4dd28bCopy full SHA for f4dd28b
.github/workflows/e2e.yml
@@ -24,8 +24,6 @@ jobs:
24
- name: Start Docker Compose
25
run: docker compose -f cypress/docker/docker-compose.yml up -d
26
27
- - name: Check Docker Backend logs
28
- run: docker logs -f dataportal-backend
29
- name: Check backend health with curl (wait until ready)
30
run: |
31
max_attempts=20
0 commit comments