Compare commits
2
Commits
33d30941a6
...
e9340f17c4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9340f17c4 | ||
|
|
282fee0806 |
@@ -43,6 +43,10 @@ jobs:
|
|||||||
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
||||||
MONGO_ENDPOINT: ${{ vars.MONGO_ENDPOINT }}
|
MONGO_ENDPOINT: ${{ vars.MONGO_ENDPOINT }}
|
||||||
run: |
|
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 .
|
/opt/poetry/bin/poetry run coverage run -m pytest .
|
||||||
- name: Coverage Report
|
- name: Coverage Report
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ from shared.repositories.src.implementations import (
|
|||||||
# set random seed for reproducibility
|
# set random seed for reproducibility
|
||||||
random.seed(13)
|
random.seed(13)
|
||||||
|
|
||||||
# load loca test environment variables
|
# load local test environment variables
|
||||||
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
|
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
|
||||||
load_dotenv('test.env')
|
load_dotenv('test.env')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user