Skip to content

Commit cf957ca

Browse files
author
Daniel Garcia Briseno
committed
Add more debug info
1 parent 3c4d269 commit cf957ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ jobs:
3535
3636
- name: Print API error logs
3737
if: always()
38-
working-directory: helioviewer.org-docker/data/log
39-
run: cat *
38+
working-directory: helioviewer.org-docker
39+
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/*
4044
4145
# playwright-e2e-tests:
4246
# strategy:

0 commit comments

Comments
 (0)