Skip to content

Commit 10124b9

Browse files
fix: Add also logs
1 parent 7cecf99 commit 10124b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ jobs:
7575
docker logs diracx 2>&1 | tee /tmp/service-logs/diracx.log
7676
cd /tmp/DIRACRepo
7777
./integration_tests.py logs --no-follow --lines 1000 2>&1 | tee /tmp/service-logs/dirac.log
78+
- name: debug
79+
if: ${{ failure() }}
80+
run: |
81+
docker ps -a
82+
docker logs diracx
83+
docker logs diracx-init-cs
7884
- uses: actions/upload-artifact@v4
7985
if: ${{ failure() }}
8086
with:

0 commit comments

Comments
 (0)