Skip to content

OP-1221 Improve filtering for all charge or discharge MovementType(s) #4577

OP-1221 Improve filtering for all charge or discharge MovementType(s)

OP-1221 Improve filtering for all charge or discharge MovementType(s) #4577

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ 17 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
java-package: jdk
- name: Build with Maven
run: mvn -B package --file pom.xml