Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
markusweigelt authored Dec 15, 2023
1 parent 2a8e21e commit 69cde0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
@@ -70,11 +70,11 @@ jobs:
cat >> docker-compose-database.yml << EOL
services:
ocrd-database:
image: "mongo:latest"
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONITOR_DB_ROOT_USER:-root}
MONGO_INITDB_ROOT_PASSWORD: ${MONITOR_DB_ROOT_PASSWORD:-root_password}
ocrd-database:
image: "mongo:latest"
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONITOR_DB_ROOT_USER:-root}
MONGO_INITDB_ROOT_PASSWORD: ${MONITOR_DB_ROOT_PASSWORD:-root_password}
EOL
- name: Build OCR-D Manager

0 comments on commit 69cde0f

Please sign in to comment.