Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent 75368c5 commit d50cfd3
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
build:

runs-on: ubuntu-latest
services:
mongodb:
image: mongo:latest
env:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
MONGO_INITDB_DATABASE: nmdc
MONGO_HOST: localhost
ports:
- 27017:27017
# services:
# mongodb:
# image: mongo:latest
# env:
# MONGO_INITDB_ROOT_USERNAME: root
# MONGO_INITDB_ROOT_PASSWORD: password
# MONGO_INITDB_DATABASE: nmdc
# MONGO_HOST: localhost
# ports:
# - 27017:27017
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
Expand All @@ -40,8 +40,6 @@ jobs:
test:
runs-on: ubuntu-latest
needs: build


steps:
# - uses: actions/checkout@v3
# - name: Set up Python 3.9
Expand Down

0 comments on commit d50cfd3

Please sign in to comment.