forked from alexandru-slobodcicov/liquibase-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAT-15503. added mongodb atlas 7 to the test.yml (#510)
* DAT-15503. added mongodb atlas 7 to the test.yml * DAT-15503. added mongo atlas test run to the nightly-build.yml DAT-15503. added mongo atlas test run to the nightly-build.yml DAT-15503. commented dropAll step DAT-15503. test DAT-15503. test DAT-15503. test DAT-15503. test DAT-15503. test DAT-15503. test * DAT-15503. test * DAT-15503. typo fix * DAT-15503. clean up
- Loading branch information
1 parent
52ebf2b
commit 1a87b18
Showing
4 changed files
with
32 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
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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
inputFormat: xml | ||
context: testContext | ||
|
||
databasesUnderTest: | ||
- name: mongodb | ||
version: atlas | ||
url: DBENDPOINT | ||
username: USERNAME | ||
password: PASSWORD |