From c4bee9fe61cc9832eddf0092bc014dff6f4b8cb6 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 8 Nov 2025 19:40:52 +0000 Subject: tests: fix crawling and search e2e tests (#2105) * tests: Attempt to fix flaky tests * fix internal address * fix assets tests --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37136a5d..13500f20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,14 @@ jobs: - name: E2E Tests working-directory: packages/e2e_tests run: pnpm test + + - name: Upload Docker Logs + if: failure() + uses: actions/upload-artifact@v4 + with: + name: e2e-docker-logs-${{ github.sha }}-${{ github.run_attempt }} + path: packages/e2e_tests/setup/docker-logs/ + retention-days: 7 open-api-spec: runs-on: ubuntu-latest steps: -- cgit v1.2.3-70-g09d2