This commit is contained in:
@@ -29,6 +29,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
poetry run mypy .
|
poetry run mypy .
|
||||||
- name: Pytest
|
- name: Pytest
|
||||||
|
env:
|
||||||
|
MINIO_ENDPOINT: ${{ vars.MINIO_ENDPOINT }}
|
||||||
|
MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}
|
||||||
|
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
||||||
run: |
|
run: |
|
||||||
poetry run pytest .
|
poetry run pytest .
|
||||||
- name: Coverage Report
|
- name: Coverage Report
|
||||||
|
|||||||
Reference in New Issue
Block a user