Skip to content

Raise up threads used and drop coverity to java 17 (they only support to 20). #1490

Raise up threads used and drop coverity to java 17 (they only support to 20).

Raise up threads used and drop coverity to java 17 (they only support to 20). #1490

Workflow file for this run

name: Java Integration Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Integration Tests
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 21
distribution: zulu
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true --no-transfer-progress