Skip to content

Hide stacktrace for unexpected errors included in the validation report #14

Hide stacktrace for unexpected errors included in the validation report

Hide stacktrace for unexpected errors included in the validation report #14

Workflow file for this run

name: Maven Test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up JDK
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: "11"
distribution: "temurin"
- name: Test with Maven
run: mvn -B test