Skip to content

only 2 epochs stored in nodes #1176

only 2 epochs stored in nodes

only 2 epochs stored in nodes #1176

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: graalvm
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Maven
run: ./mvnw -T 1C -batch-mode clean install -Ppre --file pom.xml