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 e9340f17c4 - Show all commits
+4
View File
@@ -43,6 +43,10 @@ jobs:
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
MONGO_ENDPOINT: ${{ vars.MONGO_ENDPOINT }}
run: |
echo "MINIO_ENDPOINT=${MINIO_ENDPOINT}"
echo "MINIO_ACCESS_KEY=${MINIO_ACCESS_KEY}"
echo "MINIO_SECRET_KEY=${MINIO_SECRET_KEY}"
echo "MONGO_ENDPOINT=${MONGO_ENDPOINT}"
/opt/poetry/bin/poetry run coverage run -m pytest .
- name: Coverage Report
run: |