diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-08 19:40:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-08 19:40:52 +0000 |
| commit | c4bee9fe61cc9832eddf0092bc014dff6f4b8cb6 (patch) | |
| tree | ff48f24e4921597fc9130c812575a9691ed600a5 /.github | |
| parent | 098e56a8950efbef79e551e12622ae7c8cd90c03 (diff) | |
| download | karakeep-c4bee9fe61cc9832eddf0092bc014dff6f4b8cb6.tar.zst | |
tests: fix crawling and search e2e tests (#2105)
* tests: Attempt to fix flaky tests
* fix internal address
* fix assets tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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: |
