💚(ci) also save Dimail logs from E2E test runs

To help debug with Dimail interop, save logs from the Dimail container.
Also fix the tests' expectations…
This commit is contained in:
Laurent Bossavit
2024-11-12 14:42:44 +01:00
committed by Marie
parent 1e45f1ffd1
commit 33e05f7a2d
4 changed files with 13 additions and 8 deletions

View File

@@ -207,6 +207,10 @@ jobs:
if: always()
run: docker compose logs > src/frontend/apps/e2e/report/logs.txt
- name: Save Dimail logs
if: always()
run: docker compose logs dimail > src/frontend/apps/e2e/report/dimail-logs.txt
- uses: actions/upload-artifact@v4
if: always()
with: