Skip to content

Fixes mixing of feature stores #15

Fixes mixing of feature stores

Fixes mixing of feature stores #15

Workflow file for this run

# This file is available under the following license:
# under LGPL 2.1 (LICENSE.TXT) Copyright 2023 Torsten Friebe <[email protected]>
name: Java CI
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B -q verify --file pom.xml