We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4d269 commit cf957caCopy full SHA for cf957ca
.github/workflows/ci.yml
@@ -35,8 +35,12 @@ jobs:
35
36
- name: Print API error logs
37
if: always()
38
- working-directory: helioviewer.org-docker/data/log
39
- run: cat *
+ working-directory: helioviewer.org-docker
+ run: |
40
+ docker compose exec -T api whoami
41
+ docker compose exec -T api ls -lh docroot/cache
42
+ ls -lh data/cache
43
+ cat data/log/*
44
45
# playwright-e2e-tests:
46
# strategy:
0 commit comments