Skip to content

fix pending block, use initial block for beacon if none #1454

fix pending block, use initial block for beacon if none

fix pending block, use initial block for beacon if none #1454

Workflow file for this run

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