Skip to content

Bump jdx/mise-action from 4.2.4 to 4.2.5 #2053

Bump jdx/mise-action from 4.2.4 to 4.2.5

Bump jdx/mise-action from 4.2.4 to 4.2.5 #2053

Workflow file for this run

name: Run tests
on: [push, pull_request]
permissions: {}
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
distribution: ['zulu']
os: [ubuntu-latest, windows-latest, macos-latest]
version: [ 17, 21, 24 ]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: true
persist-credentials: false
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
- run: mvn test -B
# This is after the test run to work around
# https://issues.apache.org/jira/projects/MJAVADOC/issues/MJAVADOC-736
- run: mvn javadoc:javadoc