Skip to content

Add optional feature for aggregate count query support on plural entity object types #827

Add optional feature for aggregate count query support on plural entity object types

Add optional feature for aggregate count query support on plural entity object types #827

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '19', '21' ]
steps:
- uses: actions/checkout@v4
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --show-version -B -q -ntp install
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3