-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Co-authored-by: Daniel Marbach <[email protected]>
- Loading branch information
1 parent
729b295
commit 75e9a11
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters