Skip to content

Fix sort alignment bug for real MongoDB collections, add 400k load test #7

Fix sort alignment bug for real MongoDB collections, add 400k load test

Fix sort alignment bug for real MongoDB collections, add 400k load test #7

Workflow file for this run

name: CI
on:
push:
branches: [ master, 'feature/**' ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and compile
run: mvn clean compile -q
- name: Run tests (skip MongoDB-dependent tests)
run: mvn test -Dtest="GenericComparisonServiceListTest,GenericComparisonServiceLargeScaleTest" -DfailIfNoTests=false