Skip to content

Add createView method to GraphModel based on predicates #106

Add createView method to GraphModel based on predicates

Add createView method to GraphModel based on predicates #106

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
- name: Build project with Maven
run: mvn -B package --file pom.xml