Skip to content

#263 OCL loader should throw an exception upon failure #173

#263 OCL loader should throw an exception upon failure

#263 OCL loader should throw an exception upon failure #173

Workflow file for this run

name: Build and Test
on:
pull_request:
branches: [master]
push:
branches-ignore: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11']
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build and Test
run: mvn --batch-mode --update-snapshots clean package -P validator