From 45f00b022ff8905ef52f16948f53b74ced01f738 Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Tue, 30 Sep 2025 17:22:43 +0200 Subject: [PATCH] test: Renamed s3 test. Commented out docling test. Fails until docling resolves their issue. --- .github/workflows/examples_tests.yml | 50 +++++++++++----------- .github/workflows/test_s3_file_storage.yml | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/examples_tests.yml b/.github/workflows/examples_tests.yml index e3de091eb..cf96b718a 100644 --- a/.github/workflows/examples_tests.yml +++ b/.github/workflows/examples_tests.yml @@ -132,28 +132,28 @@ jobs: EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }} run: uv run python ./examples/python/memify_coding_agent_example.py - test_docling_add: - name: Run Add with Docling Test - runs-on: ubuntu-22.04 - steps: - - name: Check out repository - uses: actions/checkout@v4 - - - name: Cognee Setup - uses: ./.github/actions/cognee_setup - with: - python-version: '3.11.x' - extra-dependencies: 'docling' - - - name: Run Docling Test - env: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - LLM_MODEL: ${{ secrets.LLM_MODEL }} - LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} - LLM_API_KEY: ${{ secrets.LLM_API_KEY }} - LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }} - EMBEDDING_MODEL: ${{ secrets.EMBEDDING_MODEL }} - EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }} - EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }} - EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }} - run: uv run python ./cognee/tests/test_add_docling_document.py +# test_docling_add: +# name: Run Add with Docling Test +# runs-on: ubuntu-22.04 +# steps: +# - name: Check out repository +# uses: actions/checkout@v4 +# +# - name: Cognee Setup +# uses: ./.github/actions/cognee_setup +# with: +# python-version: '3.11.x' +# extra-dependencies: 'docling' +# +# - name: Run Docling Test +# env: +# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} +# LLM_MODEL: ${{ secrets.LLM_MODEL }} +# LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} +# LLM_API_KEY: ${{ secrets.LLM_API_KEY }} +# LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }} +# EMBEDDING_MODEL: ${{ secrets.EMBEDDING_MODEL }} +# EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }} +# EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }} +# EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }} +# run: uv run python ./cognee/tests/test_add_docling_document.py diff --git a/.github/workflows/test_s3_file_storage.yml b/.github/workflows/test_s3_file_storage.yml index a477d8933..1a9414626 100644 --- a/.github/workflows/test_s3_file_storage.yml +++ b/.github/workflows/test_s3_file_storage.yml @@ -7,7 +7,7 @@ permissions: contents: read jobs: - test-gemini: + test-s3-storage: name: Run S3 File Storage Test runs-on: ubuntu-22.04 steps: