Skip to content

Commit

Permalink
update db name to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent fcd31a5 commit 8b881fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
sudo docker run --rm --detach --name mongodb --publish 27017:27017 \
--env MONGO_INITDB_ROOT_USERNAME=root --env MONGO_INITDB_ROOT_PASSWORD=password \
--env MONGO_INITDB_DATABASE=nmdc \
--env MONGO_INITDB_DATABASE=test \
mongo:latest
# uses: DigiPie/[email protected]
Expand Down

0 comments on commit 8b881fd

Please sign in to comment.