Skip to content

Commit abea60f

Browse files
committed
Add auth back in ghactions build
1 parent e258402 commit abea60f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-pull.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
mongo:
2323
#Update Readme to match
2424
image: mongo:7.0.7
25+
env:
26+
MONGO_INITDB_ROOT_USERNAME: sampleUser
27+
MONGO_INITDB_ROOT_PASSWORD: openliberty
2528
# Set health checks to wait until mongo has started
2629
options: >-
2730
--health-cmd "echo 'db.runCommand("ping").ok' | mongosh --quiet"

0 commit comments

Comments
 (0)