Skip to content

Do not fail when tests when cross context not supported (as it is not mandatory per spec) #610

Do not fail when tests when cross context not supported (as it is not mandatory per spec)

Do not fail when tests when cross context not supported (as it is not mandatory per spec) #610

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Set up Maven
run:
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=3.9.4"
- name: Build with Maven
run: ./mvnw -B verify -Dvalidate-format