Skip to content

debug daily build CI failures for mTLS tests #34

debug daily build CI failures for mTLS tests

debug daily build CI failures for mTLS tests #34

Workflow file for this run

name: "PR"
on:
- pull_request
jobs:
linux-build-jvm-latest:
name: Linux JVM
runs-on: ubuntu-latest
timeout-minutes: 240
strategy:
fail-fast: false
matrix:
java: [ 17 ]
steps:
- uses: actions/checkout@v5
- name: Install JDK {{ matrix.java }}
# Uses sha for added security since tags can be updated
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- uses: ./.github/actions/use-docker-mirror
- name: Build with Maven
run: |
ls
mvn -fae -V -B --no-transfer-progress clean verify -pl http/management/ -Dit.test=MutualTlsManagementInterfaceIT