Skip to content

DO NOT MERGE -- testing #6

DO NOT MERGE -- testing

DO NOT MERGE -- testing #6

name: pull request workflow
on: pull_request
jobs:
reusable-pr-workflow:
uses: pentaho/actions-common/.github/workflows/pr.yml@HNC-853
with:
slack_channels: ""
# sonar_project_key: "pdi-plugins-ee"
additional_mvn_directives: "-am
-Duse-existing-docker-network=$(docker container ls --filter name=onehitachivantaracomdevopsdockerreleasepentahoactionscommon --latest -q | xargs -I % docker inspect % -f '{{.HostConfig.NetworkMode}}')
-Dmaven.test.redirectTestOutputToFile=false
-DrunITs
-Drelease -Dpentaho-ee-dsc.version=10.2.0.0-111
-DsetVmMaxMapCountForElasticsearch"
secrets: inherit