We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d4e478 + 6d6a208 commit bda375aCopy full SHA for bda375a
.github/workflows/gradle.yml
@@ -35,6 +35,7 @@ jobs:
35
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
36
run: ./gradlew cleanTest build --continue -PonlyDatastoreTests
37
mongodb-build:
38
+ if: false # TODO: Remove once we can run mongo
39
name: "Build Mongodb Project"
40
runs-on: ubuntu-24.04
41
strategy:
@@ -64,6 +65,7 @@ jobs:
64
65
66
run: ./gradlew cleanTest build --continue -PonlyMongodbTests
67
hibernate5-build:
68
+ if: false # TODO: Remove after publishing to core
69
name: "Build Hibernate5 Project"
70
71
0 commit comments