File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,17 @@ jobs:
2222 with :
2323 java-version : ${{ matrix.java-version }}
2424 develocity-access-key : ' ${{ secrets.DEVELOCITY_ACCESS_KEY }}'
25- - name : Initialize MongoDB Server
26- uses : spring-projects/spring-data-mongodb/.github/actions/mongodb@issue/actions
25+ - name : Mongo Version
26+ id : determine-mongo-version
27+ uses : spring-projects/spring-data-mongodb/.github/actions/managed-version@issue/actions
2728 with :
2829 managed-versions : ${CONFIG_JSON}
29- mongodb-server-version : ' 8'
30+ key : ' .database.mongodb'
31+ version : ' latest'
32+ - name : Start MongoDB
33+ uses : spring-projects/spring-data-mongodb/.github/actions/start-mongodb-server@issue/actions
34+ with :
35+ mongo-version : ${{ steps.determine-mongo-version.outputs.managed-version }}
3036 - name : Build
3137 uses : spring-projects/spring-data-release/actions/maven-build@main
3238 with :
You can’t perform that action at this time.
0 commit comments