feat: add USE_MONGODB environment variable for test services
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m19s
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m19s
This commit is contained in:
@@ -152,6 +152,7 @@ jobs:
|
||||
ADMIN_FIRST_NAME=${{ secrets.ADMIN_FIRST_NAME }}
|
||||
ADMIN_LAST_NAME=${{ secrets.ADMIN_LAST_NAME }}
|
||||
MONGO_URI=${{ secrets.MONGO_URI }}
|
||||
USE_MONGODB=true
|
||||
EOF
|
||||
|
||||
echo "SECRET_KEY is set: $(grep -q 'SECRET_KEY=' .env && echo YES || echo NO)"
|
||||
|
||||
Reference in New Issue
Block a user