From 75e9a11ba8ce2693a13460fc0428faccbe0650da Mon Sep 17 00:00:00 2001 From: "internalautomation[bot]" <85681268+internalautomation[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:07:03 +0000 Subject: [PATCH] GitHubSync update - release-3.0 (#544) * GitHubSync update - release-3.0 * MongoDB setup action * Fix the settings --------- Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com> Co-authored-by: David Boike Co-authored-by: Daniel Marbach --- .github/workflows/ci.yml | 4 +++- src/Directory.Build.props | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89affafb..edce7ba8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,10 @@ jobs: path: nugets/ retention-days: 7 - name: Setup MongoDB Server - uses: Particular/setup-mongodb-action@v1.1.0 + uses: Particular/setup-mongodb-action@v1.2.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 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index cd05d332..c3397896 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,7 +5,7 @@ true true - 5.0 + 5.0 true 1.8.0