Skip to content

DMN 1.5 - extra assertions for the range properties for = and !=. #509

DMN 1.5 - extra assertions for the range properties for = and !=.

DMN 1.5 - extra assertions for the range properties for = and !=. #509

name: "[OPTIONAL] Camunda 7 Runner"
on:
[ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run OPTIONAL Camunda 7 Runner
run: cd runners && mvn verify --batch-mode --update-snapshots -Pcamunda