removed explicitly setting env vars
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user