Skip to content

Use job with highest endBlock instead of latest completed job #83

Use job with highest endBlock instead of latest completed job

Use job with highest endBlock instead of latest completed job #83

Workflow file for this run

name: Build, Test and Publish
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.2.2
- name: Set up JDK 21
uses: actions/setup-java@v4.7.1
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package