Revert "added env var for CI testing"

This reverts commit a2f892e35c.
This commit is contained in:
brian
2025-03-06 22:43:19 +00:00
parent 5a8350d0ad
commit 3a0c1e9067
-1
View File
@@ -43,7 +43,6 @@ jobs:
MINIO_ENDPOINT: ${{ vars.MINIO_ENDPOINT }}
MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
MONGO_ENDPOINT: ${{ vars.MONGO_ENDPOINT }}
run: |
poetry run coverage run -m pytest .
- name: Coverage Report