Skip to content

Commit

Permalink
👷 Update build pipeline to test with MongoDB 5.0.1 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Jul 29, 2021
1 parent cfc66d0 commit cb5c083
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
karate-options: "--tags ~@requires-mongodb-4 ~@requires-replica-set"
- mongodb-version: 4.2
- mongodb-version: 4.4
- mongodb-version: 5.0.1
deploy: true
timeout-minutes: 20
steps:
Expand Down
15 changes: 7 additions & 8 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,12 @@
<port>27017:27017</port>
</ports>
<wait>
<tcp>
<host>0.0.0.0</host>
<ports>
<port>27017</port>
</ports>
</tcp>
<time>10000</time>
<http>
<url>http://0.0.0.0:27017</url>
<method>GET</method>
<status>200</status>
</http>
<time>60000</time>
</wait>
</run>
</image>
Expand Down Expand Up @@ -357,7 +356,7 @@
<skip>${skipITs}</skip>
<target>
<copy file="../test-plugins/target/restheart-test-plugins.jar" todir="./target/plugins" overwrite="true" />
<echo>***** Initiliazing MongoDB cluster...</echo>
<echo>***** Initializing MongoDB cluster...</echo>
<exec executable="docker">
<arg value="run" />
<arg value="--rm" />
Expand Down

0 comments on commit cb5c083

Please sign in to comment.