Skip to content

Bump shared-github-actions to v0.0.24 #24

Bump shared-github-actions to v0.0.24

Bump shared-github-actions to v0.0.24 #24

Workflow file for this run

name: Java CI with Maven
permissions:
contents: read
on:
pull_request:
branches: ["*"]
jobs:
call-maven-ci:
uses: project-ncl/shared-github-actions/.github/workflows/maven-ci.yml@f0ec1696c5dfea0d6d16c135c14f54049b94edaf # v0.0.24
with:
java_version: "11"
build_command: "MAVEN_OPTS='-Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m' mvn -B -V clean verify -Prun-its -Pci"
upload_artifacts: true