Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew cleanTest build --continue -PonlyDatastoreTests
mongodb-build:
if: false # TODO: Remove once we can run mongo
name: "Build Mongodb Project"
runs-on: ubuntu-24.04
strategy:
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew cleanTest build --continue -PonlyMongodbTests
hibernate5-build:
if: false # TODO: Remove after publishing to core
name: "Build Hibernate5 Project"
runs-on: ubuntu-24.04
strategy:
Expand Down
Loading