From e8d41b6bb558410d43bf084f651c84ae9dd4be5c Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 22 Sep 2023 15:29:26 -0400 Subject: [PATCH] Match other branches --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49648fa4..3d24f88d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: - name: Setup MongoDB Server uses: Particular/setup-mongodb-action@v1.3.0 with: + connection-string-name: NServiceBusStorageMongoDB_ConnectionString + mongodb-port: 27018 mongodb-replica-set: tr0 - name: Run tests uses: Particular/run-tests-action@v1.4.0