We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca2d52 commit fd5599eCopy full SHA for fd5599e
.github/workflows/ci-pull.yml
@@ -21,11 +21,7 @@ jobs:
21
services:
22
mongo:
23
image: mongo:7.0.7
24
- env:
25
- MONGO_INITDB_ROOT_USERNAME: sampleUser
26
- MONGO_INITDB_ROOT_PASSWORD: openliberty
27
- MONGO_INITDB_DATABASE: testdb
28
- # Set health checks to wait until postgres has started
+ # Set health checks to wait until mongo has started
29
options: >-
30
--health-cmd "echo 'db.runCommand("ping").ok' | mongosh --quiet"
31
--health-interval 10s
@@ -63,5 +59,5 @@ jobs:
63
59
uses: actions/upload-artifact@v4
64
60
with:
65
61
name: liberty-logs
66
- path: target/liberty/wlp/usr/servers/JakartaConcurrencyServer/logs/
62
+ path: target/liberty/wlp/usr/servers/MongoServer/logs/
67
retention-days: 1
0 commit comments