Skip to content

Commit fd5599e

Browse files
committed
removing auth from actions build
1 parent fca2d52 commit fd5599e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci-pull.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ jobs:
2121
services:
2222
mongo:
2323
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
24+
# Set health checks to wait until mongo has started
2925
options: >-
3026
--health-cmd "echo 'db.runCommand("ping").ok' | mongosh --quiet"
3127
--health-interval 10s
@@ -63,5 +59,5 @@ jobs:
6359
uses: actions/upload-artifact@v4
6460
with:
6561
name: liberty-logs
66-
path: target/liberty/wlp/usr/servers/JakartaConcurrencyServer/logs/
62+
path: target/liberty/wlp/usr/servers/MongoServer/logs/
6763
retention-days: 1

0 commit comments

Comments
 (0)