Skip to content

fix the random InvalidClassTest failure #267 #51

fix the random InvalidClassTest failure #267

fix the random InvalidClassTest failure #267 #51

Workflow file for this run

name: Java 17 CI with Maven
on:
push:
branches: [ main, '**' ]
pull_request:
branches: [ main, '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build With Maven
run: mvn -B -fae install --file pom.xml