aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-11-08 19:40:52 +0000
committerGitHub <noreply@github.com>2025-11-08 19:40:52 +0000
commitc4bee9fe61cc9832eddf0092bc014dff6f4b8cb6 (patch)
treeff48f24e4921597fc9130c812575a9691ed600a5 /.github/workflows
parent098e56a8950efbef79e551e12622ae7c8cd90c03 (diff)
downloadkarakeep-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/workflows')
-rw-r--r--.github/workflows/ci.yml8
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: