object_based_docstore_approach #68

Merged
brian merged 64 commits from object_based_docstore_approach into main 2025-04-16 00:03:25 +02:00
Showing only changes of commit 62519c371e - Show all commits
-4
View File
@@ -44,10 +44,6 @@ jobs:
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
MONGO_ENDPOINT: ${{ vars.MONGO_ENDPOINT }}
run: |
export "MINIO_ENDPOINT=${MINIO_ENDPOINT}"
export "MINIO_ACCESS_KEY=${MINIO_ACCESS_KEY}"
export "MINIO_SECRET_KEY=${MINIO_SECRET_KEY}"
export "MONGO_ENDPOINT=${MONGO_ENDPOINT}"
/opt/poetry/bin/poetry run coverage run -m pytest .
- name: Coverage Report
run: |