Update main.yml: launch a MongoDB 4.4 for testing

This commit is contained in:
Axel Uhl
2024-04-23 22:17:02 +02:00
committed by GitHub
parent cdf1543fee
commit cceebdf3c0
+4
View File
@@ -12,6 +12,10 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '8'
mvn-toolchain-id: 'JavaSE-1.8'
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
with:
mongodb-version: 4.4
- shell: bash
run: |
./configuration/buildAndUpdateProduct.sh -a build 2>&1 | tee build.log