Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent e44fc5b commit f3f90d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- uses: actions/checkout@v3
- name: setup_mongodb
run: |
sudo docker run --rm --detach --name mongodb --publish 27017:27017 \
sudo docker run --rm --detach --name mongodb --publish 27017:27017 mongo:latest --auth
# --env MONGO_INITDB_ROOT_USERNAME=root --env MONGO_INITDB_ROOT_PASSWORD=password \
# --env MONGO_INITDB_DATABASE=nmdc \
mongo:latest --auth

# uses: DigiPie/[email protected]
# with:
# mongodb-uri: mongodb://localhost:27017
Expand Down

0 comments on commit f3f90d3

Please sign in to comment.