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 0394d52 commit dfc4486Copy full SHA for dfc4486
.github/workflows/e2e.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Check container status
28
run: docker ps -a
29
30
+ - name: Check Docker Backend logs
31
+ run: docker logs -f dataportal-backend
32
- name: Check backend health with curl (wait until ready)
33
run: |
34
max_attempts=20
0 commit comments