We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cecf99 commit 10124b9Copy full SHA for 10124b9
1 file changed
.github/workflows/integration.yml
@@ -75,6 +75,12 @@ jobs:
75
docker logs diracx 2>&1 | tee /tmp/service-logs/diracx.log
76
cd /tmp/DIRACRepo
77
./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
84
- uses: actions/upload-artifact@v4
85
if: ${{ failure() }}
86
with:
0 commit comments