Skip to content

test: updated integration tests due to Camunda 7.22 and Camunda 8.6 s… #59

test: updated integration tests due to Camunda 7.22 and Camunda 8.6 s…

test: updated integration tests due to Camunda 7.22 and Camunda 8.6 s… #59

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
- '!master'
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Java environment
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: maven
- name: Run tests via Maven
run: mvn --batch-mode clean test